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/trunk Commit: a39f4ea729935e66295b6446d57e3528e35681bd Parents: e8aaffa Author: Mikhail Stepura <[email protected]> Authored: Tue Jun 3 13:35:55 2014 -0700 Committer: Mikhail Stepura <[email protected]> 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:
