diff --git a/openssl/src/ssl/connector.rs b/openssl/src/ssl/connector.rs index cc5c52737660ff2e06018f39bd58e69b069e40e6..43dad17d563f274729af0f0a05f625c519c81f1b 100644 --- a/openssl/src/ssl/connector.rs +++ b/openssl/src/ssl/connector.rs @@ -379,7 +379,7 @@ mod verify { // the same thing we do here. // // 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. if dot_idxs.next().is_none() { return None;