typo

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

Branch: refs/heads/trunk
Commit: 6206d8ab86fb422ad4095773b59b4f9638def960
Parents: 15214fe
Author: Brandon Williams <brandonwilli...@apache.org>
Authored: Fri Feb 1 15:48:50 2013 -0600
Committer: Brandon Williams <brandonwilli...@apache.org>
Committed: Fri Feb 1 15:48:50 2013 -0600

----------------------------------------------------------------------
 .../locator/GossipingPropertyFileSnitch.java       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/6206d8ab/src/java/org/apache/cassandra/locator/GossipingPropertyFileSnitch.java
----------------------------------------------------------------------
diff --git 
a/src/java/org/apache/cassandra/locator/GossipingPropertyFileSnitch.java 
b/src/java/org/apache/cassandra/locator/GossipingPropertyFileSnitch.java
index 0b36a3c..e08a27e 100644
--- a/src/java/org/apache/cassandra/locator/GossipingPropertyFileSnitch.java
+++ b/src/java/org/apache/cassandra/locator/GossipingPropertyFileSnitch.java
@@ -47,7 +47,7 @@ public class GossipingPropertyFileSnitch extends 
AbstractNetworkTopologySnitch
         myDC = SnitchProperties.get("dc", null);
         myRack = SnitchProperties.get("rack", null);
         if (myDC == null || myRack == null)
-            throw new ConfigurationException("DC or rack not found in snitch 
properties, Plz check your configuration in: " + 
SnitchProperties.RACKDC_PROPERTY_FILENAME);
+            throw new ConfigurationException("DC or rack not found in snitch 
properties, check your configuration in: " + 
SnitchProperties.RACKDC_PROPERTY_FILENAME);
 
         myDC = myDC.trim();
         myRack = myRack.trim();

Reply via email to