#18466: fix more typos.  Patch by FĂ©vry Thibault.
diff --git a/Modules/_ssl.c b/Modules/_ssl.c
index b6c2f6b..3ff76a5 100644
--- a/Modules/_ssl.c
+++ b/Modules/_ssl.c
@@ -1455,7 +1455,7 @@
          * Otherwise OpenSSL might read in too much data,
          * eating clear text data that happens to be
          * transmitted after the SSL shutdown.
-         * Should be safe to call repeatedly everytime this
+         * Should be safe to call repeatedly every time this
          * function is used and the shutdown_seen_zero != 0
          * condition is met.
          */