#11515: fix several typos. Patch by Piotr Kasprzyk.
diff --git a/Lib/ftplib.py b/Lib/ftplib.py
index c1cef8e..72d31a1 100644
--- a/Lib/ftplib.py
+++ b/Lib/ftplib.py
@@ -599,7 +599,7 @@
         Usage example:
         >>> from ftplib import FTP_TLS
         >>> ftps = FTP_TLS('ftp.python.org')
-        >>> ftps.login()  # login anonimously previously securing control channel
+        >>> ftps.login()  # login anonymously previously securing control channel
         '230 Guest login ok, access restrictions apply.'
         >>> ftps.prot_p()  # switch to secure data connection
         '200 Protection level set to P'