Fix spell check regex
This commit is contained in:
parent
ff341513af
commit
7cee566026
|
|
@ -155,7 +155,7 @@ def check_spelling(args: argparse.Namespace) -> Optional[bool]:
|
|||
"""Check commonly misspelled words."""
|
||||
# Words which I often misspell
|
||||
words = {'behaviour', 'quitted', 'likelyhood', 'sucessfully',
|
||||
'occur[^rs .!]', 'seperator', 'explicitely', 'auxillary',
|
||||
'occur[^rs .!,]', 'seperator', 'explicitely', 'auxillary',
|
||||
'accidentaly', 'ambigious', 'loosly', 'initialis', 'convienence',
|
||||
'similiar', 'uncommited', 'reproducable', 'an user',
|
||||
'convienience', 'wether', 'programatically', 'splitted',
|
||||
|
|
|
|||
Loading…
Reference in New Issue