Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling #306

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Spelling #306

wants to merge 6 commits into from

Conversation

jsoref
Copy link

@jsoref jsoref commented Dec 31, 2023

Fixes misspellings identified by the check-spelling action.

The misspellings have been reported at https://github.com/jsoref/caddy-security/actions/runs/7372197546/attempts/1#summary-20060295535

The action will report that the changes in this PR would make it happy: https://github.com/jsoref/caddy-security/actions/runs/7372197602/attempts/1#summary-20060295600

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Copy link
Contributor

github-actions bot commented Dec 31, 2023

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

The contribution to this project requires setting up a development
Contribution to this project requires setting up a development
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't precisely a spelling thing, it's more of a grammar thing... Anyway, The does the wrong thing here.

Second, fork the following repositories in Github into to your own Github
Second, fork the following repositories in GitHub into to your own GitHub
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brand

@@ -82,7 +82,6 @@ qtest: covdir
@time richgo test -v -coverprofile=.coverage/coverage.out -run TestParseCaddyfileSingleSignOnProvider ./*.go
@#time richgo test -v -coverprofile=.coverage/coverage.out -run TestParseCaddyfileCredentials ./*.go
@#time richgo test -v -coverprofile=.coverage/coverage.out -run TestParseCaddyfileMessaging ./*.go
@#time richgo test -v -coverprofile=.coverage/coverage.out -run TestParseCaddyfileIdentit* ./*.go
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 81 above had nearly identical content and there doesn't seem to be anything that would match this that didn't match that.

Comment on lines -134 to +135
b, err := ioutil.ReadFile(args)
b, err := os.ReadFile(args)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go made me do it? ioutil.ReadFile is deprecated and apparently it just uses os.ReadFile

@jsoref
Copy link
Author

jsoref commented Dec 31, 2023

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant