Kaydet (Commit) e405037a authored tarafından Kurt B. Kaiser's avatar Kurt B. Kaiser

Fix typo in comment

üst 7a4dbaf8
......@@ -2207,9 +2207,9 @@ sock_recv(PySocketSockObject *s, PyObject *args)
}
if (outlen != recvlen) {
/* We did not read as many bytes as we anticipated, resize the
string if possible and be succesful. */
string if possible and be successful. */
if (PyBytes_Resize(buf, outlen) < 0)
/* Oopsy, not so succesful after all. */
/* Oopsy, not so successful after all. */
return NULL;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment