-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Run codespell to fix spelling #11203
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -216,7 +216,7 @@ Register-ArgumentCompleter -CommandName 'podman-remote' -ScriptBlock { | |||
Default { | |||
# Like MenuComplete but we don't want to add a space here because | |||
# the user need to press space anyway to get the completion. | |||
# Description will not be shown because thats not possible with TabCompleteNext | |||
# Description will not be shown because that's not possible with TabCompleteNext |
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.
Please remove this. The completion files are auto generated with cobra.
completions/powershell/podman.ps1
Outdated
@@ -216,7 +216,7 @@ Register-ArgumentCompleter -CommandName 'podman' -ScriptBlock { | |||
Default { | |||
# Like MenuComplete but we don't want to add a space here because | |||
# the user need to press space anyway to get the completion. | |||
# Description will not be shown because thats not possible with TabCompleteNext | |||
# Description will not be shown because that's not possible with TabCompleteNext |
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.
same here
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.
Remove ps1 from codespell processing.
LGTM |
Oh sweet, the completions check worked:
|
test/system/255-auto-update.bats
Outdated
@@ -305,7 +305,7 @@ EOF | |||
fi | |||
done | |||
|
|||
# Only check the last service is started. Previous services should already actived. | |||
# Only check the last service is started. Previous services should already activated. |
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.
Neither of these make sense. Maybe "already be" activated"? And, I dislike the word "should": it's ambiguous, sometimes meaning "we expect that", and sometimes meaning "we will take care of it". How about:
# Check that only the last service is started; previous services have been activated elsewhere
(but even that is cringy. I don't have a good sense for what is being tested here).
@rhatdan I think you accidentally included vendor commits |
[NO TESTS NEEDED] Just fixing spelling. Signed-off-by: Daniel J Walsh <[email protected]>
/hold |
/hold cancel |
[NO TESTS NEEDED] Just fixing spelling.
Signed-off-by: Daniel J Walsh [email protected]