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

svn commit: r1003677 - /cassandra/trunk/NEWS.txt

Author: eevans
Date: Fri Oct  1 22:15:15 2010
New Revision: 1003677

URL: http://svn.apache.org/viewvc?rev=1003677&view=rev
Log:
spelling error (thanks Dan Di Spaltro :))

Modified:
    cassandra/trunk/NEWS.txt

Modified: cassandra/trunk/NEWS.txt
URL: http://svn.apache.org/viewvc/cassandra/trunk/NEWS.txt?rev=1003677&r1=1003676&r2=1003677&view=diff
==============================================================================
--- cassandra/trunk/NEWS.txt (original)
+++ cassandra/trunk/NEWS.txt Fri Oct  1 22:15:15 2010
@@ -10,7 +10,7 @@ Features
     - Streaming data for repair or node movement no longer requires 
       anticompaction step first
     - NetworkTopologyStrategy (formerly DatacenterShardStrategy) is ready for 
-      use, enabling ConsitencyLevel.DCQUORUM and DCQUORUMSYNC.  See comments 
+      use, enabling ConsistencyLevel.DCQUORUM and DCQUORUMSYNC.  See comments 
       in `cassandra.yaml.`
     - Optional per-Column time-to-live field allows expiring data without
       have to issue explicit remove commands