summaryrefslogtreecommitdiffstats
path: root/newword.py
diff options
context:
space:
mode:
Diffstat (limited to 'newword.py')
-rw-r--r--newword.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/newword.py b/newword.py
index 85cdacb..866ad29 100644
--- a/newword.py
+++ b/newword.py
@@ -294,7 +294,7 @@ def handleOneIndex(indexpath, subdir, indexname):
if __name__ == '__main__':
- parser = ArgumentParser(description='Recognizer new words.')
+ parser = ArgumentParser(description='Recognize new words.')
parser.add_argument('--indexdir', action='store', \
help='index directory', \
default=config.getTextIndexDir())