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 typos #3118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix typos #3118

wants to merge 1 commit into from

Conversation

NathanBaulch
Copy link

Just thought I'd contribute some typo fixes that I stumbled on. Nothing controversial (hopefully).

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

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

FWIW, the top typos are:

  • compatability (6)
  • colum (4)
  • errorneous (2)
  • fo (2)
  • anc (1)
  • comming (1)
  • faild (1)
  • failed (1)
  • recieve (1)
  • refrence (1)
  • titels (1)
  • travere (1)
  • withing (1)

@mitches-got-glitches
Copy link

If you want to scan for a few more you could try typos: https://github.com/crate-ci/typos

You can pip install it, and it is very fast (written in Rust) and low false positive rate.

@NathanBaulch
Copy link
Author

That's exactly what I did use @mitches-got-glitches, but 3 months have passed so I guess the Ariga folks aren't interested.

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.

2 participants