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 2013/01/04 13:40:00 UTC

[1/5] git commit: Fix misspelling of 'positives'

Fix misspelling of 'positives'


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

Branch: refs/heads/cassandra-1.2
Commit: 49cb6901b269ff3ea2b5e388aec2c8fcb9879194
Parents: 8a3b291
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jan 4 06:39:28 2013 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jan 4 06:39:28 2013 -0600

----------------------------------------------------------------------
 src/java/org/apache/cassandra/tools/NodeCmd.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/49cb6901/src/java/org/apache/cassandra/tools/NodeCmd.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/tools/NodeCmd.java b/src/java/org/apache/cassandra/tools/NodeCmd.java
index 3f8e942..bba96de 100644
--- a/src/java/org/apache/cassandra/tools/NodeCmd.java
+++ b/src/java/org/apache/cassandra/tools/NodeCmd.java
@@ -563,7 +563,7 @@ public class NodeCmd
                 outs.println("\t\tWrite Count: " + cfstore.getWriteCount());
                 outs.println("\t\tWrite Latency: " + String.format("%01.3f", cfstore.getRecentWriteLatencyMicros() / 1000) + " ms.");
                 outs.println("\t\tPending Tasks: " + cfstore.getPendingTasks());
-                outs.println("\t\tBloom Filter False Postives: " + cfstore.getBloomFilterFalsePositives());
+                outs.println("\t\tBloom Filter False Positives: " + cfstore.getBloomFilterFalsePositives());
                 outs.println("\t\tBloom Filter False Ratio: " + String.format("%01.5f", cfstore.getRecentBloomFilterFalseRatio()));
                 outs.println("\t\tBloom Filter Space Used: " + cfstore.getBloomFilterDiskSpaceUsed());
                 outs.println("\t\tCompacted row minimum size: " + cfstore.getMinRowSize());