diff -r e89a9e65777d -r cc362c8d17d4 py/gadict_spellcheck.py --- a/py/gadict_spellcheck.py Wed Nov 23 11:59:02 2016 +0200 +++ b/py/gadict_spellcheck.py Wed Nov 23 12:29:06 2016 +0200 @@ -75,7 +75,7 @@ if len(sys.argv) < 2: raise Exception("Please, supply path to dictionary...") if len(sys.argv) > 2: - raise Exception("Pnly one argument necessary...") + raise Exception("Only one argument necessary...") FINAME = sys.argv[1] with io.open(FINAME, mode='r', buffering=1, encoding="utf-8") as FIN: