Skip to content
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 many typos #1423

Merged
merged 6 commits into from
Oct 2, 2021
Merged

Fix many typos #1423

merged 6 commits into from
Oct 2, 2021

Conversation

aphedges
Copy link
Contributor

@aphedges aphedges commented Oct 1, 2021

After I came across some typos in the documentation and code while debugging, I decided to just run PyCharm's spellcheck on the entire repository. I was generally conservative, only making changes if I had a high confidence it was wrong. I probably missed a lot of typos, but this is still an improvement.

I tried to split the changes up into several commits for easier reviewing, but it's still a large diff. Let me know if I should make it more granular or if I should split it up into multiple commits.

There are also a couple of changes that modify identifiers like variable and function names. If you think they can cause compatibility issues, I will remove them. It's just hard to tell what code is part of the official API and what is not.

@tjruwase
Copy link
Contributor

tjruwase commented Oct 1, 2021

@aphedges, Oh wow!!! This is amazing. Thanks so much for taking the trouble to make this incredibly valuable contribution.

@hyunwoongko
Copy link
Contributor

awesome.

@aphedges
Copy link
Contributor Author

aphedges commented Oct 1, 2021

@tjruwase, you're welcome! It surprisingly only took around 2 hours.

I don't think the failing test is my fault from reading the error message, but I'm not entirely sure.

@tjruwase tjruwase merged commit be789b1 into microsoft:master Oct 2, 2021
B06901052 pushed a commit to B06901052/DeepSpeed that referenced this pull request Apr 14, 2022
* Fix typos in docs/

* Fix typos in code comments and output strings

* Fix typos in the code itself

* Fix typos in tests/

Co-authored-by: Olatunji Ruwase <olruwase@microsoft.com>
B06901052 pushed a commit to B06901052/DeepSpeed that referenced this pull request Apr 14, 2022
* Fix typos in docs/

* Fix typos in code comments and output strings

* Fix typos in the code itself

* Fix typos in tests/

Co-authored-by: Olatunji Ruwase <olruwase@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants