Fix typo in comment

Comment says publix suffix instead of public suffix

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=161236147
This commit is contained in:
bbilbo 2017-07-07 13:10:34 -07:00 committed by Ben McIlwain
parent 1f25a862e6
commit b39f368ea3

View file

@ -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<InternetDomainName> tldParsed = findTldForName(hostName);