diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-17 13:57:41 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-17 13:57:41 (GMT) |
commit | 85a8629d2134969fc9c35b56509d3a76d9dccecf (patch) | |
tree | 6c124696b1ee60500341b94040d1055527c05991 /Modules/_ssl.c | |
parent | b5bc353b8893461b0ecdf0e4bc2b299ef2b19bc0 (diff) | |
download | cpython-85a8629d2134969fc9c35b56509d3a76d9dccecf.zip cpython-85a8629d2134969fc9c35b56509d3a76d9dccecf.tar.gz cpython-85a8629d2134969fc9c35b56509d3a76d9dccecf.tar.bz2 |
#18466: fix more typos. Patch by FĂ©vry Thibault.
Diffstat (limited to 'Modules/_ssl.c')
-rw-r--r-- | Modules/_ssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_ssl.c b/Modules/_ssl.c index 4a72342..9f67bfe 100644 --- a/Modules/_ssl.c +++ b/Modules/_ssl.c @@ -1564,7 +1564,7 @@ static PyObject *PySSL_SSLshutdown(PySSLSocket *self) * 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. */ |