Skip to content

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