mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
Issue #5341: Fix a variety of spelling errors.
This commit is contained in:
parent
a12a86e956
commit
3e4caeb3bf
56 changed files with 93 additions and 93 deletions
|
@ -2484,7 +2484,7 @@ posix_listdir(PyObject *self, PyObject *args)
|
|||
static PyObject *
|
||||
posix__getfullpathname(PyObject *self, PyObject *args)
|
||||
{
|
||||
/* assume encoded strings wont more than double no of chars */
|
||||
/* assume encoded strings won't more than double no of chars */
|
||||
char inbuf[MAX_PATH*2];
|
||||
char *inbufp = inbuf;
|
||||
Py_ssize_t insize = sizeof(inbuf);
|
||||
|
@ -5113,7 +5113,7 @@ _PyPopenCreateProcess(char *cmdstring,
|
|||
"Your program accessed mem currently in use at xxx"
|
||||
and a hopeful warning about the stability of your
|
||||
system.
|
||||
Cost is Ctrl+C wont kill children, but anyone
|
||||
Cost is Ctrl+C won't kill children, but anyone
|
||||
who cares can have a go!
|
||||
*/
|
||||
dwProcessFlags |= CREATE_NEW_CONSOLE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue