-
Notifications
You must be signed in to change notification settings - Fork 109
Spelling #251
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
base: master
Are you sure you want to change the base?
Spelling #251
Conversation
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)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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:
Line 14 in 3ac28e3
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.
There was a problem hiding this comment.
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.
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