Skip to content

Commit 9f90c1a

Browse files
authored
Merge pull request codespell-project#2511 from janosh/fix-gh-2444
Move falsy and accreting to more appropriate files
2 parents baea460 + e807a4e commit 9f90c1a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

codespell_lib/data/dictionary.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ accrdingly->accordingly
497497
accrediation->accreditation
498498
accredidation->accreditation
499499
accress->access
500-
accreting->accrediting
501500
accroding->according
502501
accrodingly->accordingly
503502
accronym->acronym
@@ -15336,7 +15335,6 @@ falshed->flashed
1533615335
falshes->flashes
1533715336
falshing->flashing
1533815337
falsly->falsely
15339-
falsy->falsely, false,
1534015338
falt->fault
1534115339
falure->failure
1534215340
familar->familiar

codespell_lib/data/dictionary_code.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dur->due
2121
endcode->encode
2222
errorstring->error string
2323
exitst->exits, exists,
24+
falsy->falsely, false,
2425
files'->file's
2526
gae->game, Gael, gale,
2627
hist->heist, his,

codespell_lib/data/dictionary_rare.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ablet->able, tablet,
2+
accreting->accrediting
23
afterwords->afterwards
34
amination->animation, lamination,
45
aminations->animations, laminations,

0 commit comments

Comments
 (0)