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/07/22 18:30:01 UTC

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

Author: jbellis
Date: Thu Jul 22 16:30:01 2010
New Revision: 966734

URL: http://svn.apache.org/viewvc?rev=966734&view=rev
Log:
fix CHANGES 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=966734&r1=966733&r2=966734&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.6/CHANGES.txt (original)
+++ cassandra/branches/cassandra-0.6/CHANGES.txt Thu Jul 22 16:30:01 2010
@@ -12,7 +12,7 @@
  * log errors in gossip instead of re-throwing (CASSANDRA-1289)
  * avoid aborting commitlog replay prematurely if a flushed-but-
    not-removed commitlog segment is encountered (CASSANDRA-1297)
- * fix duplicate rows being read during mapreduce (CASSANDRA-1142)
+ * fix duplicate rows being read during mapreduce (CASSANDRA-1042)
  * failure detection wasn't closing command sockets (CASSANDRA-1221)
  * cassandra-cli.bat works on windows (CASSANDRA-1236)