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

Fix typos #209

Merged
merged 3 commits into from
Nov 3, 2024
Merged

Fix typos #209

merged 3 commits into from
Nov 3, 2024

Conversation

NathanBaulch
Copy link
Contributor

Fixes a bunch of typos and minor grammar issues that I've stumbled on.

@c2fo-cibot c2fo-cibot bot added the size/L Denotes a PR that changes 100-499 lines label Oct 17, 2024
@NathanBaulch NathanBaulch force-pushed the typos branch 2 times, most recently from bdd667c to b312b75 Compare October 21, 2024 04:05
Copy link
Member

@funkyshu funkyshu left a comment

Choose a reason for hiding this comment

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

I don't know if you love doing tedious combing over docs/code or you have a wonderful spell checker, but you're doing "god's work" here.
The sheer volume of spelling and grammatical errors is egregious (and most of them are probably mine).
Seems like its time for a better spell checker or we need to tweak golangci's spelling linter(s).

Only one thing, like the test improvement PR, please add an entry to the CHANGELOG.md, otherwise, this is much appreciated work!!!!

@@ -27,7 +27,7 @@ type Options struct {
KnownHostsFile string `json:"knownHostsFile,omitempty"` // env var VFS_SFTP_KNOWN_HOSTS_FILE
KnownHostsString string `json:"knownHostsString,omitempty"`
KeyExchanges []string `json:"keyExchanges,omitempty"`
Ciphers []string `json:"cihers,omitempty"`
Ciphers []string `json:"ciphers,omitempty"`
Copy link
Member

Choose a reason for hiding this comment

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

oh wow... that's a good catch... this is probably breaking for someone, somewhere.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Can we support reading both fields but always write the correct spelling when marshaling moving forward?

@NathanBaulch
Copy link
Contributor Author

Heh, I use a combination of the typos tool along with the JetBrains IDE language inspections.

@funkyshu funkyshu merged commit a6121a9 into C2FO:main Nov 3, 2024
6 checks passed
@NathanBaulch NathanBaulch deleted the typos branch November 3, 2024 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/L Denotes a PR that changes 100-499 lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants