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 minor typos #1346

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

Fix minor typos #1346

wants to merge 1 commit into from

Conversation

NathanBaulch
Copy link

Just thought I'd contribute some typo fixes 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:

  • identifer (12)
  • conig (9)
  • instaces (8)
  • entris (8)
  • splited (8)
  • bufferred (5)
  • unsupposed (5)
  • nam (3)
  • fromm (3)
  • exptected (3)
  • failer (3)
  • regax (2)
  • threhold (2)
  • declartion (2)
  • wasnt (2)
  • compatability (2)
  • experation (2)
  • modifid (2)

@NathanBaulch NathanBaulch requested a review from a team as a code owner September 11, 2024 04:52
Copy link
Contributor

This PR was marked stale due to lack of activity.

@github-actions github-actions bot added the Stale label Sep 19, 2024
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.

1 participant