Github user michaelsembwever commented on a diff in the pull request:

    https://github.com/apache/cassandra/pull/79#discussion_r86710443
  
    --- Diff: src/java/org/apache/cassandra/locator/IEndpointSnitch.java ---
    @@ -30,12 +30,12 @@
     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);
     
         /**
    -     * returns a String representing the datacenter this endpoint belongs 
to
    +     * returns a String representing the data center this endpoint belongs 
to
    --- End diff --
    
    I don't think this is warranted.
     `datacenter` is the more popular term within the repository than `data 
center`
    
    ```
    cassandra-git (trunk) $ find . -type f -exec grep -l "datacenter" {} \; | 
wc -l
    98
    cassandra-git (trunk) $ find . -type f -exec grep -l "data center" {} \; | 
wc -l
    56
    ```



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to