Fix typo in HTTPConnection.set_tunnel description (#1179)
diff --git a/Doc/library/httplib.rst b/Doc/library/httplib.rst
index 0a9a6dc..8bc8947 100644
--- a/Doc/library/httplib.rst
+++ b/Doc/library/httplib.rst
@@ -473,7 +473,7 @@
.. method:: HTTPConnection.set_tunnel(host,port=None, headers=None)
Set the host and the port for HTTP Connect Tunnelling. Normally used when
- it is required to do HTTPS Conection through a proxy server.
+ it is required to do HTTPS Connection through a proxy server.
The headers argument should be a mapping of extra HTTP headers to send
with the CONNECT request.