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 #251

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Spelling #251

wants to merge 8 commits into from

Conversation

jsoref
Copy link

@jsoref jsoref commented Jun 27, 2023

This PR corrects misspellings identified by the check-spelling action.

The misspellings have been reported at https://github.com/jsoref/gitless/actions/runs/5390404042#summary-14590719425

The action reports that the changes in this PR would make it happy: https://github.com/jsoref/gitless/actions/runs/5390404170#summary-14590719811

Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
@@ -38,7 +38,7 @@ def main(args, repo):
try:
patch = curr_b.diff_file(fp)
except KeyError:
pprint.err('Can\'t diff non-existent file {0}'.format(fp))
pprint.err('Can\'t diff nonexistent file {0}'.format(fp))
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Author

Choose a reason for hiding this comment

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

Yes, it's a word, but this repository appears to be using US spelling:

Track or untrack files to control what changes to commit. Changes to tracked files are committed by default, but you can easily customize the set of files to commit using flags

https://dictionary.cambridge.org/dictionary/english/customize
https://dictionary.cambridge.org/dictionary/english/nonexistent

Happy to drop.

Copy link
Contributor

Choose a reason for hiding this comment

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

Well, I can not merge this anyway, so.. Just find non-existent easier to read. Unlike colour etc.

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

2 participants