You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2013/06/06 21:00:10 UTC

[3/4] git commit: Fix typo in CQL doc

Fix typo in CQL doc


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

Branch: refs/heads/trunk
Commit: 72ca5e6bfb8d52f8f66b992b6a562ae63f01d897
Parents: 4c0be33
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Thu Jun 6 12:16:28 2013 +0200
Committer: Brandon Williams <br...@apache.org>
Committed: Thu Jun 6 13:59:14 2013 -0500

----------------------------------------------------------------------
 doc/cql3/CQL.textile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/72ca5e6b/doc/cql3/CQL.textile
----------------------------------------------------------------------
diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile
index 4708644..169cf2b 100644
--- a/doc/cql3/CQL.textile
+++ b/doc/cql3/CQL.textile
@@ -984,9 +984,9 @@ CQL distinguishes between _reserved_ and _non-reserved_ keywords. Reserved keywo
 | @BOOLEAN@      | no  |
 | @BY@           | yes |
 | @CLUSTERING@   | no  |
-| @COLUMNFAMLY@  | yes |
+| @COLUMNFAMILY@ | yes |
 | @COMPACT@      | no  |
-| @CONSITENCY@   | no  |
+| @CONSISTENCY@  | no  |
 | @COUNT@        | no  |
 | @COUNTER@      | no  |
 | @CREATE@       | yes |