Merge pull request #1879 from luzpaz/moast

Add several spelling corrections
diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt
index 792ac58..413fe56 100644
--- a/codespell_lib/data/dictionary.txt
+++ b/codespell_lib/data/dictionary.txt
@@ -1433,7 +1433,7 @@
 allopones->allophones
 allos->allows
 alloted->allotted
-alloud->aloud
+alloud->aloud, allowed,
 allowd->allowed, allow, allows,
 allowe->allowed, allow, allows,
 allpication->application
@@ -1456,6 +1456,7 @@
 allwos->allows
 allws->allows
 allwys->always
+almoast->almost
 almostly->almost
 almsot->almost
 alo->also
@@ -2333,6 +2334,7 @@
 arguements->arguments
 arguemnt->argument
 arguemnts->arguments
+arguemtn->argument
 arguemtns->arguments
 argumant->argument
 argumants->arguments
@@ -13024,6 +13026,7 @@
 fiercly->fiercely
 fightings->fighting
 figurestyle->figurestyles
+fike->file
 filal->final
 fileds->fields
 fileld->field
@@ -14536,6 +14539,7 @@
 heursitics->heuristics
 hevy->heavy
 hexademical->hexadecimal
+hexdecimal->hexadecimal
 hexidecimal->hexadecimal
 hge->he
 hiarchical->hierarchical
@@ -18164,6 +18168,7 @@
 mmbers->members
 mmnemonic->mnemonic
 mnay->many
+moast->most, moat,
 mobify->modify
 mocrochip->microchip
 mocrochips->microchips
@@ -28388,6 +28393,7 @@
 Tolkein->Tolkien
 tollerable->tolerable
 tollerance->tolerance
+tollerances->tolerances
 tomatoe->tomato
 tomatos->tomatoes
 tommorow->tomorrow
@@ -28924,6 +28930,7 @@
 tution->tuition
 tutoriel->tutorial
 tutoriels->tutorials
+tweleve->twelve
 twelth->twelfth
 two-dimenional->two-dimensional
 two-dimenionsal->two-dimensional
@@ -30753,6 +30760,7 @@
 wnated->wanted
 wnating->wanting
 wnats->wants
+wnen->when, Wen,
 wnidow->window, widow,
 wnidows->windows, widows,
 woh->who
diff --git a/codespell_lib/tests/test_dictionary.py b/codespell_lib/tests/test_dictionary.py
index 97011e1..92e2cc9 100644
--- a/codespell_lib/tests/test_dictionary.py
+++ b/codespell_lib/tests/test_dictionary.py
@@ -189,6 +189,7 @@
 # allow some duplicates, like "m-i-n-i-m-i-s-e", or "c-a-l-c-u-l-a-t-a-b-l-e"
 allowed_dups = {
     ('dictionary.txt', 'dictionary_en-GB_to_en-US.txt'),
+    ('dictionary.txt', 'dictionary_names.txt'),
     ('dictionary.txt', 'dictionary_rare.txt'),
     ('dictionary.txt', 'dictionary_usage.txt'),
     ('dictionary_rare.txt', 'dictionary_usage.txt'),