summaryrefslogtreecommitdiff
path: root/cli.py
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2009-11-23 14:44:56 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2009-11-23 14:44:56 +0100
commitb7e84e3fc5418641041f95a80f08fe053c004c27 (patch)
treea0e0865c87e8bd127df674b53b30f3e323c1b255 /cli.py
parentb80f0a3c1f04c4446ab3f7ec019a3888fa098fab (diff)
downloadlogilab-common-b7e84e3fc5418641041f95a80f08fe053c004c27.tar.gz
include Dotan Barak spell fixes patch
Diffstat (limited to 'cli.py')
-rw-r--r--cli.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli.py b/cli.py
index a17266b..e03a478 100644
--- a/cli.py
+++ b/cli.py
@@ -51,7 +51,7 @@ def init_readline(complete_method, histfile=None):
import atexit
atexit.register(readline.write_history_file, histfile)
except:
- print 'readline si not available :-('
+ print 'readline is not available :-('
class Completer :
@@ -119,7 +119,7 @@ class CLIHelper:
def handle_line(self, stripped_line):
"""Method to overload in the concrete class (should handle
- lines wich are not commands).
+ lines which are not commands).
"""
raise NotImplementedError()