mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
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:
parent
1f25a862e6
commit
b39f368ea3
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public class HostFlowUtils {
|
||||||
} else {
|
} else {
|
||||||
// We need to know how many parts the hostname has beyond the public suffix, but we don't
|
// 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
|
// 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
|
// unrecognized tld that's not on the public suffix list, so assume the tld alone is the
|
||||||
// public suffix.
|
// public suffix.
|
||||||
Optional<InternetDomainName> tldParsed = findTldForName(hostName);
|
Optional<InternetDomainName> tldParsed = findTldForName(hostName);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue