Skip to content

Commit e6ffa89

Browse files
committed
licenced is incorrect both in en_GB and en_US.
1 parent 0eff305 commit e6ffa89

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

codespell_lib/data/dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36677,6 +36677,7 @@ lication->location
3667736677
lications->locations
3667836678
licemse->license
3667936679
licemses->licenses
36680+
licenced->licensed
3668036681
licenceing->licencing
3668136682
licencin->licencing
3668236683
licencse->license, licenses,

codespell_lib/data/dictionary_en-GB_to_en-US.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ legalises->legalizes
242242
legalising->legalizing
243243
leukaemia->leukemia
244244
licence->license
245-
licenced->licensed
246245
licences->licenses
247246
licencing->licensing
248247
litre->liter

tools/gen_OX.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ EXCEPTIONS=(
2525
)
2626
PAT2="^$(one_of "${EXCEPTIONS[@]}")"
2727

28-
# these one should be left out
28+
# these ones should be left out
2929
IGNORE=(
3030
'storey'
3131
'practise'

0 commit comments

Comments
 (0)