py/gadict_spellcheck.py
changeset 691 cc362c8d17d4
parent 662 a0ef60715efe
child 692 8a754a13e3b3
--- 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: