Repository: cassandra
Updated Branches:
  refs/heads/trunk 459946aee -> 138f7b5d0


Correct Spelling Errors in IEndPointSnitch JavaDocs

Patch by Christopher Licata ; reviewed by Mick Semb Wever for CASSANDRA-12855
This closes #79


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

Branch: refs/heads/trunk
Commit: 138f7b5d005c9554e9c87a7fa03df23c32d551a4
Parents: 459946a
Author: Mick Semb Wever <m...@apache.org>
Authored: Tue Nov 8 12:32:03 2016 +1100
Committer: Mick Semb Wever <m...@apache.org>
Committed: Tue Nov 8 12:32:03 2016 +1100

----------------------------------------------------------------------
 src/java/org/apache/cassandra/locator/IEndpointSnitch.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/138f7b5d/src/java/org/apache/cassandra/locator/IEndpointSnitch.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/locator/IEndpointSnitch.java 
b/src/java/org/apache/cassandra/locator/IEndpointSnitch.java
index 690b84f..71b441c 100644
--- a/src/java/org/apache/cassandra/locator/IEndpointSnitch.java
+++ b/src/java/org/apache/cassandra/locator/IEndpointSnitch.java
@@ -22,15 +22,15 @@ import java.util.Collection;
 import java.util.List;
 
 /**
- * This interface helps determine location of node in the data center relative 
to another node.
+ * This interface helps determine location of node in the datacenter relative 
to another node.
  * Give a node A and another node B it can tell if A and B are on the same 
rack or in the same
- * data center.
+ * datacenter.
  */
 
 public interface IEndpointSnitch
 {
     /**
-     * returns a String repesenting the rack this endpoint belongs to
+     * returns a String representing the rack this endpoint belongs to
      */
     public String getRack(InetAddress endpoint);
 

Reply via email to