You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sn...@apache.org on 2015/11/19 10:43:02 UTC

cassandra git commit: Fix typo in cassandra.yaml

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.2 d2f243ee5 -> 4e4832427


Fix typo in cassandra.yaml

patch by Hobin Yoon; reviewed by Robert Stupp for CASSANDRA-10705


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

Branch: refs/heads/cassandra-2.2
Commit: 4e4832427afee2d2652d37d3db3ff3b3c80e4ee9
Parents: d2f243e
Author: Hobin Yoon <ho...@gmail.com>
Authored: Thu Nov 19 10:41:26 2015 +0100
Committer: Robert Stupp <sn...@snazy.de>
Committed: Thu Nov 19 10:41:26 2015 +0100

----------------------------------------------------------------------
 conf/cassandra.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/4e483242/conf/cassandra.yaml
----------------------------------------------------------------------
diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml
index aab8fd4..dc4ef32 100644
--- a/conf/cassandra.yaml
+++ b/conf/cassandra.yaml
@@ -328,7 +328,7 @@ concurrent_counter_writes: 32
 # memtable_offheap_space_in_mb: 2048
 
 # Ratio of occupied non-flushing memtable size to total permitted size
-# that will trigger a flush of the largest memtable.  Lager mct will
+# that will trigger a flush of the largest memtable. Larger mct will
 # mean larger flushes and hence less compaction, but also less concurrent
 # flush activity which can make it difficult to keep your disks fed
 # under heavy write load.