summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Wayne Parrott <jon.wayne.parrott@gmail.com>2016-06-29 13:11:02 -0700
committerJon Wayne Parrott <jon.wayne.parrott@gmail.com>2016-06-29 13:11:02 -0700
commitc38ac275f860d2a31934d6907483914ef440db54 (patch)
treea5021bde27d91216c3d3ab9d5609e7c64e6ea68c
parentacb549dcbbdb4655a8db031cc2ee251e5bb09e76 (diff)
downloadurllib3-c38ac275f860d2a31934d6907483914ef440db54.tar.gz
Addressing review comments
-rw-r--r--docs/advanced-usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/advanced-usage.rst b/docs/advanced-usage.rst
index e4782394..c2a0d9ed 100644
--- a/docs/advanced-usage.rst
+++ b/docs/advanced-usage.rst
@@ -102,7 +102,7 @@ surprising if you specify custom certificates and see requests unexpectedly
succeed. For example, if you are specifying your own certificate for validation
and the server presents a different certificate you would expect the connection
to fail. However, if that server presents a certificate that is in the system
-keychain then the conneciton will succeed.
+keychain then the connection will succeed.
`This article <https://hynek.me/articles/apple-openssl-verification-surprises/>`_
has more in-depth analysis and explanation.