-
Notifications
You must be signed in to change notification settings - Fork 3.2k
chore: fix typos in some files #43841
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: main
Are you sure you want to change the base?
Conversation
|
Thank you for your contribution @khanhkhanhlele! We will review the pull request and get back to you soon. |
|
@khanhkhanhlele please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
1 similar comment
|
@khanhkhanhlele please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
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.
Pull Request Overview
This pull request corrects spelling and grammatical errors across multiple files in the azure-sdk-tools package. The changes improve code quality by fixing typos in comments, docstrings, log messages, error messages, and documentation files.
Key Changes:
- Fixed 16 spelling errors across 12 files in comments, docstrings, log messages, and documentation
- Corrected common misspellings such as "infered" → "inferred", "generatd" → "generated", and "ocurred" → "occurred"
- Improved documentation clarity with corrections like "prefered" → "preferred" and "completly" → "completely"
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| eng/tools/azure-sdk-tools/tests/test_requirements_parse.py | Fixed typo in test function comment |
| eng/tools/azure-sdk-tools/packaging_tools/swaggertosdk/autorest_tools.py | Corrected spelling in docstring and inline comment |
| eng/tools/azure-sdk-tools/packaging_tools/swaggertosdk/SwaggerToSdkNewCLI.py | Fixed spelling in comments and log messages |
| eng/tools/azure-sdk-tools/packaging_tools/swaggertosdk/SwaggerToSdkCore.py | Corrected spelling in error message |
| eng/tools/azure-sdk-tools/packaging_tools/package_utils.py | Fixed typo in warning log message |
| eng/tools/azure-sdk-tools/packaging_tools/mgmt_release_stats.py | Corrected spelling in info log message |
| eng/tools/azure-sdk-tools/packaging_tools/generate_utils.py | Fixed typo in inline comment |
| eng/tools/azure-sdk-tools/packaging_tools/init.py | Corrected spelling in inline comment |
| eng/tools/azure-sdk-tools/devtools_testutils/storage_testcase.py | Fixed typo in comment |
| eng/tools/azure-sdk-tools/ci_tools/scenario/generation.py | Corrected apostrophe placement in comment |
| eng/tools/azure-sdk-tools/changelog_generics.rst | Fixed spelling in reStructuredText documentation |
| eng/tools/azure-sdk-tools/changelog_generics.md | Corrected two spelling errors in Markdown documentation |
This PR fixes typos in the file file using codespell.