#18466: merge with 3.3.

This commit is contained in:
Ezio Melotti 2013-08-17 16:58:13 +03:00
commit a7e7497d88
12 changed files with 12 additions and 12 deletions

View file

@ -1638,7 +1638,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.
*/