From cfb2539ed45fd11cec1af850256078ec494d8987 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 2 Jan 2017 09:37:31 -0800 Subject: [PATCH] Typo --- openssl/src/ssl/connector.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/src/ssl/connector.rs b/openssl/src/ssl/connector.rs index cc5c52737..43dad17d5 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; -- GitLab