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 2013/11/11 18:43:45 UTC

[2/6] git commit: typo

typo


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

Branch: refs/heads/cassandra-2.0
Commit: 85b6574943c0b2a9ba1626e4deed55a550ec3120
Parents: 3102765
Author: Jonathan Ellis <jb...@apache.org>
Authored: Mon Nov 11 11:43:32 2013 -0600
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Mon Nov 11 11:43:32 2013 -0600

----------------------------------------------------------------------
 CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/85b65749/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 0532a45..bc0d65b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -12,7 +12,7 @@
  * make calculatePendingRanges asynchronous (CASSANDRA-6244)
  * Remove blocking flushes in gossip thread (CASSANDRA-6297)
  * Fix potential socket leak in connectionpool creation (CASSANDRA-6308)
- * Allow LOCAL_ONE/LOCAL_QUORUM to work with SimpleSrrategy (CASSANDRA-6238)
+ * Allow LOCAL_ONE/LOCAL_QUORUM to work with SimpleStrategy (CASSANDRA-6238)
  * cqlsh: handle 'null' as session duration (CASSANDRA-6317)