Spelling fix!

This commit is contained in:
Ray J. Greenwell
2018-03-22 16:31:13 -07:00
parent eea5f4343a
commit 83dca54314
@@ -116,7 +116,7 @@ public class NodeRecord extends PersistentRecord
*/
public String getPeerHostName (String region)
{
return (ALWAYS_CONNECT_ON_INTERNAL || Objects.equal(this.region, region))
return (ALWAYS_CONNECT_INTERNAL || Objects.equal(this.region, region))
? hostName
: publicHostName;
}