mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
Fix spelling.
This commit is contained in:
parent
4793aa39a9
commit
cddabbf98a
4 changed files with 4 additions and 4 deletions
|
|
@ -2307,7 +2307,7 @@ sock_recv(PySocketSockObject *s, PyObject *args)
|
|||
/* Call the guts */
|
||||
outlen = sock_recv_guts(s, PyString_AS_STRING(buf), recvlen, flags);
|
||||
if (outlen < 0) {
|
||||
/* An error occured, release the string and return an
|
||||
/* An error occurred, release the string and return an
|
||||
error. */
|
||||
Py_DECREF(buf);
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue