This commit is contained in:
Steven Fackler 2017-01-02 09:37:31 -08:00
parent f9404947a3
commit cfb2539ed4
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ mod verify {
// the same thing we do here. // the same thing we do here.
// //
// The Public Suffix (https://www.publicsuffix.org/) list could // The Public Suffix (https://www.publicsuffix.org/) list could
// potentically be used here, but it's both huge and updated frequently // potentially be used here, but it's both huge and updated frequently
// enough that management would be a PITA. // enough that management would be a PITA.
if dot_idxs.next().is_none() { if dot_idxs.next().is_none() {
return None; return None;