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 2014/01/23 00:14:39 UTC

[3/6] git commit: ocd

ocd


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

Branch: refs/heads/trunk
Commit: 0eac408358d0caa10864647258154d0e3837852a
Parents: c0c31ed
Author: Brandon Williams <br...@apache.org>
Authored: Wed Jan 22 17:09:31 2014 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Wed Jan 22 17:09:31 2014 -0600

----------------------------------------------------------------------
 NEWS.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/0eac4083/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 214fd05..8c22bea 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -46,7 +46,7 @@ Upgrading
 
 Features
 --------
-    - Added a new consistenct level, LOCAL_ONE, that forces all CL.ONE operations to
+    - Added a new consistency level, LOCAL_ONE, that forces all CL.ONE operations to
       execute only in the local datacenter.
     - New replace_address to supplant the (now removed) replace_token and
       replace_node workflows to replace a dead node in place.  Works like the
@@ -134,9 +134,9 @@ Upgrading
 
 Upgrading
 ---------
-    - 'nodetool upgradesstables' now only upgrade/rewrite sstables that are not
-      on the current version (which is usually what you want). Use the new -a
-      flag to recover the old behavior of rewriting all sstables.
+    - 'nodetool upgradesstables' now only upgrades/rewrites sstables that are
+      not on the current version (which is usually what you want). Use the new
+      -a flag to recover the old behavior of rewriting all sstables.
 
 Features
 --------