-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
fix: multiple typos of different importance #134533
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
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Kobzol (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
|
Please remove the incorrect changes from the license files, and squash the commits. |
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.
If you drop the LICENSES/ changes and squash the comments (as lqd mentioned above), we can merge this.
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.
Problem: please do not change things under LICENSES/.
|
@rustbot author |
|
|
||
| a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, | ||
| b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, | ||
| c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) |
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.
Aside from the fact that modifying the license is a copyright violation (
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
) and that it could be considered a relicensing (which needs agreement from everyone which contributed code under said license, disclaimer: IANAL), "in accord with" is actually valid English: https://dictionary.cambridge.org/dictionary/english/in-accord-with
|
No need for a new PR, this one will be fine once it's fixed. |
Description
This pull request addresses several minor and major typographical errors identified in the codebase and documentation. Changes include:
.github/workflows/ci.ymlto fix grammatical issues.LICENSES/GPL-2.0-only.txtandLICENSES/GPL-3.0-or-later.txtto ensure proper usage of terms like "accord" versus "in accordance".compiler/rustc_arena/src/lib.rsto resolve word choice errors, such as replacing "similarlty" with "similarity."These changes improve the clarity and professionalism of the project without affecting functionality or logic.
Comments
Allow Edits
✅ Maintainers can make direct edits to this PR.
This submission ensures alignment with the repository's contribution guidelines, security policy, and code of conduct.