#18705: fix a number of typos.  Patch by Févry Thibault.
diff --git a/Lib/poplib.py b/Lib/poplib.py
index e2b33ef..dc7cbdf 100644
--- a/Lib/poplib.py
+++ b/Lib/poplib.py
@@ -321,7 +321,7 @@
 
                hostname - the hostname of the pop3 over ssl server
                port - port number
-               keyfile - PEM formatted file that countains your private key
+               keyfile - PEM formatted file that contains your private key
                certfile - PEM formatted certificate chain file
 
             See the methods of the parent class POP3 for more documentation.