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 2010/08/21 14:18:48 UTC

svn commit: r987740 - /cassandra/branches/cassandra-0.6/CHANGES.txt

Author: jbellis
Date: Sat Aug 21 12:18:48 2010
New Revision: 987740

URL: http://svn.apache.org/viewvc?rev=987740&view=rev
Log:
fix typo

Modified:
    cassandra/branches/cassandra-0.6/CHANGES.txt

Modified: cassandra/branches/cassandra-0.6/CHANGES.txt
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.6/CHANGES.txt?rev=987740&r1=987739&r2=987740&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.6/CHANGES.txt (original)
+++ cassandra/branches/cassandra-0.6/CHANGES.txt Sat Aug 21 12:18:48 2010
@@ -3,7 +3,7 @@
    and ConsistencyLevel > ONE (CASSANDRA-1145)
  * fix for range query starting with the wrong token range (CASSANDRA-1042)
  * page within a single row during hinted handoff (CASSANDRA-1327)
- * fix compilation on non-sun JKDs (CASSANDRA-1061)
+ * fix compilation on non-sun JDKs (CASSANDRA-1061)
  * remove String.trim() call on row keys in batch mutations (CASSANDRA-1235)
  * Log summary of dropped messages instead of spamming log (CASSANDRA-1284)
  * Dynamic snitch (CASSANDRA-981)