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 thousands of spelling typos #10272

Merged
merged 1 commit into from
Aug 28, 2021
Merged

Fix thousands of spelling typos #10272

merged 1 commit into from
Aug 28, 2021

Conversation

NathanBaulch
Copy link
Contributor

@NathanBaulch NathanBaulch commented Aug 26, 2021

This PR fixes over a thousand spelling typos across the entire codebase.

Use the following command to get a quick and dirty summary of the specific corrections made:

git diff 71947920d97^! --word-diff-regex='\w+' -U0 \
  | grep -E '\[\-.*\-\]\{\+.*\+\}' \
  | sed -r 's/.*\[\-(.*)\-\]\{\+(.*)\+\}.*/\1 \2/' \
  | sort | uniq -c | sort -n

FYI, the top 10 typos are:

  1. paramters
  2. pestore
  3. instanct
  4. failuare
  5. querys
  6. toekn
  7. cilent
  8. contraintes
  9. beause
  10. uppper

PR checklist

  • Read the contribution guidelines.
  • Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how to validate the work. Missing information here may result in delayed response from the community.
  • Run the following to build the project and update samples:
    ./mvnw clean package 
    ./bin/generate-samples.sh
    ./bin/utils/export_docs_generators.sh
    
    Commit all changed files.
  • File the PR against the correct branch: master (5.3.0), 6.0.x
  • If your PR is targeting a particular programming language, @mention the technical committee members, so they are more likely to review the pull request.

@wing328 wing328 added this to the 5.3.0 milestone Aug 28, 2021
@wing328
Copy link
Member

wing328 commented Aug 28, 2021

Thanks for the fix 👍

@wing328 wing328 merged commit 5d68bd6 into OpenAPITools:master Aug 28, 2021
@NathanBaulch NathanBaulch deleted the spelling-typos branch August 28, 2021 23:05
@NathanBaulch NathanBaulch mentioned this pull request Aug 28, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants