-
Notifications
You must be signed in to change notification settings - Fork 78
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 #172
Spelling #172
Conversation
nebula2/common/ttypes.py
Outdated
@@ -117,7 +117,7 @@ class ErrorCode: | |||
E_BALANCED = -2024 | |||
E_NO_RUNNING_BALANCE_PLAN = -2025 | |||
E_NO_VALID_HOST = -2026 | |||
E_CORRUPTTED_BALANCE_PLAN = -2027 | |||
E_CORRUPTED_BALANCE_PLAN = -2027 |
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.
Note that this appears to relate to a change in vesoft-inc/nebula#3297 which definitely hints that it's an API and thus the typo should probably be retained.
Why don't add it to github workflow? |
If you're interested in the workflow, I'm happy to. But typically I wait for an invitation. |
I think it's ok, how about you? @Aiee |
Hello @jsoref, this tool indeed makes life easier. Could you please submit a PR to add the action? When you add the action, please ignore |
* Update thirift files * Fix ci * enhance * ignore scan data by next cusor * Remove code for testing Co-authored-by: HarrisChu <[email protected]>
This PR corrects misspellings identified by the check-spelling action.
The misspellings have been reported at jsoref@bbfd70e#commitcomment-59918145
The action reports that the changes in this PR would make it happy: jsoref@6a78a55
Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately.