From f46285c208a4018cdea1d6f7fcf6db45249aab77 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 27 Jan 2024 11:01:49 -0800 Subject: [PATCH] Add corrections for all *in->*ing words starting with "Y" 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. --- codespell_lib/data/dictionary.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index ee432ff8463..cf6386f3f43 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -59361,6 +59361,7 @@ xour->your xwindows->X xyou->you yaching->yachting +yachtin->yachting yaer->year yaerly->yearly yaers->years @@ -59369,6 +59370,7 @@ yatching->yachting yatchs->yachts yau->you, yaw, yearm->year +yearnin->yearning yeasr->years yeild->yield yeilded->yielded