From 67ecd93326adb1b363b4087661cdfe6c4033ddaa Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 14 Oct 2015 06:56:13 +0200 Subject: [PATCH] Spell-check committing and existent. --- scripts/dev/misc_checks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/dev/misc_checks.py b/scripts/dev/misc_checks.py index f57ff5c1d..db6a66a62 100644 --- a/scripts/dev/misc_checks.py +++ b/scripts/dev/misc_checks.py @@ -87,7 +87,8 @@ def check_spelling(): '[Rr]eproducable', '[Aa]n [Uu]ser', '[Cc]onvienience', '[Ww]ether', '[Pp]rogramatically', '[Ss]plitted', '[Ee]xitted', '[Mm]ininum', '[Rr]esett?ed', '[Rr]ecieved', '[Rr]egularily', - '[Uu]nderlaying', '[Ii]nexistant', '[Ee]lipsis'} + '[Uu]nderlaying', '[Ii]nexistant', '[Ee]lipsis', 'commiting', + 'existant'} # Words which look better when splitted, but might need some fine tuning. words |= {'[Ww]ebelements', '[Mm]ouseevent', '[Kk]eysequence',