You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2012/06/18 20:28:01 UTC

git commit: typo in CHANGES

Updated Branches:
  refs/heads/trunk 054358bf4 -> a67a03996


typo in CHANGES


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

Branch: refs/heads/trunk
Commit: a67a0399602fe3235abb8b8f7c105690d317e36a
Parents: 054358b
Author: Brandon Williams <br...@apache.org>
Authored: Mon Jun 18 13:27:52 2012 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Mon Jun 18 13:27:52 2012 -0500

----------------------------------------------------------------------
 CHANGES.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/a67a0399/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index ae1ce7a..7943112 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -15,7 +15,7 @@
  * Add support for range tombstones (CASSANDRA-3708)
  * Improve MessagingService efficiency (CASSANDRA-3617)
  * Avoid ID conflicts from concurrent schema changes (CASSANDRA-3794)
- * Set thrift HSHA server thread limit to unlimet by default (CASSANDRA-4277)
+ * Set thrift HSHA server thread limit to unlimited by default (CASSANDRA-4277)
  * Avoids double serialization of CF id in RowMutation messages
    (CASSANDRA-4293)
  * fix Summary component and caches to use correct partitioner (CASSANDRA-4289)