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:09 UTC

[2/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/6850cdc3
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/6850cdc3
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/6850cdc3

Branch: refs/heads/trunk
Commit: 6850cdc3ed9ea15fecc13beea093012c124f8b8c
Parents: e301c38
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Thu Jun 6 12:16:28 2013 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Thu Jun 6 12:16:28 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/6850cdc3/doc/cql3/CQL.textile
----------------------------------------------------------------------
diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile
index 059342e..13b6f70 100644
--- a/doc/cql3/CQL.textile
+++ b/doc/cql3/CQL.textile
@@ -976,9 +976,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 |