You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mi...@apache.org on 2014/06/03 22:36:52 UTC

[2/6] git commit: Ninja: typo in cqlsh

Ninja: typo in cqlsh


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a39f4ea7
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a39f4ea7
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/a39f4ea7

Branch: refs/heads/cassandra-2.1
Commit: a39f4ea729935e66295b6446d57e3528e35681bd
Parents: e8aaffa
Author: Mikhail Stepura <mi...@apache.org>
Authored: Tue Jun 3 13:35:55 2014 -0700
Committer: Mikhail Stepura <mi...@apache.org>
Committed: Tue Jun 3 13:35:55 2014 -0700

----------------------------------------------------------------------
 bin/cqlsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/a39f4ea7/bin/cqlsh
----------------------------------------------------------------------
diff --git a/bin/cqlsh b/bin/cqlsh
index 0b8327d..fddc201 100755
--- a/bin/cqlsh
+++ b/bin/cqlsh
@@ -718,7 +718,7 @@ class Shell(cmd.Cmd):
 
     def set_continue_prompt(self):
         if self.empty_lines >=3:
-            self.set_prompt("Statements are terminated with a ';'.  You can press CTRL-C to cancel an imcomplete statement.")
+            self.set_prompt("Statements are terminated with a ';'.  You can press CTRL-C to cancel an incomplete statement.")
             self.empty_lines = 0
             return
         if self.current_keyspace is None: