Skip to content

Commit

Permalink
Add corrections for all *in->*ing words starting with "Y"
Browse files Browse the repository at this point in the history
In my experience and in my personal projects, a common mistake is to write an
"*ing" word (e.g. jumping) without the final "g" (e.g. jumpin).

Using a quick and dirty script, for every *ing word in the dictionary, there is
now a correction when it is missing a final "g". If the word without a final
"g" appeared in the aspell dictionary, it was excluded.

This changes only contains words starting with the letter
"Y" to contain the scope.
  • Loading branch information
jdufresne authored and DimitriPapadopoulos committed Feb 28, 2024
1 parent 9061d95 commit 7ca2e1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codespell_lib/data/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60887,6 +60887,7 @@ xour->your
xwindows->X
xyou->you
yaching->yachting
yachtin->yachting, yacht in,
yaer->year
yaerly->yearly
yaers->years
Expand All @@ -60895,6 +60896,7 @@ yatching->yachting
yatchs->yachts
yau->you, yaw,
yearm->year
yearnin->yearning, yearn in,
yeasr->years
yeild->yield
yeilded->yielded
Expand Down

0 comments on commit 7ca2e1e

Please sign in to comment.