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 2011/11/15 20:59:58 UTC

svn commit: r1202401 - /cassandra/branches/cassandra-1.0/CHANGES.txt

Author: jbellis
Date: Tue Nov 15 19:59:57 2011
New Revision: 1202401

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

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

Modified: cassandra/branches/cassandra-1.0/CHANGES.txt
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/CHANGES.txt?rev=1202401&r1=1202400&r2=1202401&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0/CHANGES.txt (original)
+++ cassandra/branches/cassandra-1.0/CHANGES.txt Tue Nov 15 19:59:57 2011
@@ -13,7 +13,7 @@
  * (CQL) fix for counter decrement syntax (CASSANDRA-3418)
  * Fix race introduced by CASSANDRA-2503 (CASSANDRA-3482)
  * Fix incomplete deletion of delivered hints (CASSANDRA-3466)
- * Avoid reschuling compactions when no compaction was executed (CASSANDRA-3483)
+ * Avoid reschuling compactions when no compaction was executed (CASSANDRA-3484)
  * fix handling of the chunk_length_kb compression options (CASSANDRA-3492)
 Merged from 0.8:
  * Make counter shard merging thread safe (CASSANDRA-3178)