From b39f368ea34a223eadaaff0bb6512bc66130b66b Mon Sep 17 00:00:00 2001 From: bbilbo Date: Fri, 7 Jul 2017 13:10:34 -0700 Subject: [PATCH] Fix typo in comment Comment says publix suffix instead of public suffix ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=161236147 --- java/google/registry/flows/host/HostFlowUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/google/registry/flows/host/HostFlowUtils.java b/java/google/registry/flows/host/HostFlowUtils.java index b6cd975e1..f2e65a684 100644 --- a/java/google/registry/flows/host/HostFlowUtils.java +++ b/java/google/registry/flows/host/HostFlowUtils.java @@ -72,7 +72,7 @@ public class HostFlowUtils { } else { // We need to know how many parts the hostname has beyond the public suffix, but we don't // know what the public suffix is. If the host is in bailiwick and we are hosting a - // multipart "tld" like .co.uk the publix suffix might be 2 parts. Otherwise it's an + // multipart "tld" like .co.uk the public suffix might be 2 parts. Otherwise it's an // unrecognized tld that's not on the public suffix list, so assume the tld alone is the // public suffix. Optional tldParsed = findTldForName(hostName);