-
Notifications
You must be signed in to change notification settings - Fork 259
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 typo in error message #1322
Conversation
You'll need to cd to test and run |
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.
lgtm after the above
Signed-off-by: Sean T. Allen <[email protected]>
@dcantah - Is there a spellcheck linter? I make mistakes like this all the time, seems like since its public code anyways when its checked in a public spellchecker should be fine to run on it right? |
It has been my experience that spellcheckers on code become a nightmare. |
Yea, I'm not sure I'd have high hopes for a spellcheck linter but one does exist that's disabled by default for golangci-lint https://golangci-lint.run/usage/linters/#misspell |
Haha. Its no so bad right... Win32, IOCP, IOCTL, containerd, fuse, <- Hey that one would work... |
I wonder if it would complain about containerd needing to be containers* |
@dcantah CI passed. |
…)" This reverts commit 2028de8. During local testing a gcs with an older version of security policy was used when doing the fix: microsoft#1322. As we can see, the quotations weren't there. However, later a PR was merged, which added them: microsoft#1311 Signed-off-by: Maksim An <[email protected]>
This reverts commit 2028de8. During local testing a gcs with an older version of security policy was used when doing the fix: #1322. As we can see, the quotations weren't there. However, later a PR was merged, which added them: #1311 Signed-off-by: Maksim An <[email protected]>
Signed-off-by: Sean T. Allen [email protected]