aboutsummaryrefslogtreecommitdiff
path: root/openssl/src
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-01-02 09:37:31 -0800
committerSteven Fackler <[email protected]>2017-01-02 09:37:31 -0800
commitcfb2539ed45fd11cec1af850256078ec494d8987 (patch)
tree2ef1f4ec2e0002ca30ddd3822255e8c7b64fc245 /openssl/src
parentSome readme tweaks (diff)
downloadrust-openssl-cfb2539ed45fd11cec1af850256078ec494d8987.tar.xz
rust-openssl-cfb2539ed45fd11cec1af850256078ec494d8987.zip
Typo
Diffstat (limited to 'openssl/src')
-rw-r--r--openssl/src/ssl/connector.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/src/ssl/connector.rs b/openssl/src/ssl/connector.rs
index cc5c5273..43dad17d 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;