You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2012/04/02 19:27:18 UTC

[31/44] git commit: (CLI) Fix typo in yaml doc file patch by Andrew Ash; reviewed by Pavel Yaskevich for CASSANDRA-4089

(CLI) Fix typo in yaml doc file
patch by Andrew Ash; reviewed by Pavel Yaskevich for CASSANDRA-4089


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

Branch: refs/heads/cassandra-1.1.0
Commit: 51482ba22f6eac9e24a151c2bf23be552809d29d
Parents: 28a9a15
Author: Pavel Yaskevich <xe...@apache.org>
Authored: Wed Mar 28 01:43:17 2012 +0300
Committer: Pavel Yaskevich <xe...@apache.org>
Committed: Wed Mar 28 01:43:17 2012 +0300

----------------------------------------------------------------------
 CHANGES.txt                                        |    2 ++
 .../org/apache/cassandra/cli/CliHelp.yaml          |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/51482ba2/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index b21dd3d..af98a28 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,8 @@
    case (CASSANDRA-3251)
  * Fix relevant tomstone ignored with super columns (CASSANDRA-3875)
  * Support TimeUUID in CassandraStorage (CASSANDRA-3327)
+ * (CLI) Fix typo in yaml doc file (CASSANDRA-4089)
+
 
 0.8.9
  * avoid logging (harmless) exception when GC takes < 1ms (CASSANDRA-3656)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/51482ba2/src/resources/org/apache/cassandra/cli/CliHelp.yaml
----------------------------------------------------------------------
diff --git a/src/resources/org/apache/cassandra/cli/CliHelp.yaml b/src/resources/org/apache/cassandra/cli/CliHelp.yaml
index b6ea6e3..04c94fb 100644
--- a/src/resources/org/apache/cassandra/cli/CliHelp.yaml
+++ b/src/resources/org/apache/cassandra/cli/CliHelp.yaml
@@ -666,7 +666,7 @@ commands:
           It is also valid to specify the fully-qualified class name to a class that
           extends org.apache.Cassandra.db.marshal.AbstractType.
 
-        - key_valiation_class: Validator to use for keys.
+        - key_validation_class: Validator to use for keys.
           Default is BytesType which applies no validation.
 
           Supported values are: