From b41b60cfd964393be0f9afe58c7113f7b44a7aee Mon Sep 17 00:00:00 2001 From: johann1764 Date: Thu, 22 Jan 2026 21:23:28 +0100 Subject: [PATCH] meter may also be correct in OX (as a device) --- codespell_lib/data/dictionary_en_to_en-OX_AUTOGENERATED.txt | 2 -- tools/gen_OX.sh | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/codespell_lib/data/dictionary_en_to_en-OX_AUTOGENERATED.txt b/codespell_lib/data/dictionary_en_to_en-OX_AUTOGENERATED.txt index 7ae562d70a..9fbc281d53 100644 --- a/codespell_lib/data/dictionary_en_to_en-OX_AUTOGENERATED.txt +++ b/codespell_lib/data/dictionary_en_to_en-OX_AUTOGENERATED.txt @@ -293,8 +293,6 @@ memorise->memorize memorised->memorized memorises->memorizes memorising->memorizing -meter->metre -meters->metres millimeter->millimetre millimeters->millimetres minimisation->minimization diff --git a/tools/gen_OX.sh b/tools/gen_OX.sh index 00c33b29e5..6c45efe18f 100755 --- a/tools/gen_OX.sh +++ b/tools/gen_OX.sh @@ -31,6 +31,7 @@ IGNORE=( 'practise' 'programme' 'licence' + 'metre' ) PAT3="^$(one_of "${IGNORE[@]}")"