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/_winapi.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/_winapi.c')
| -rw-r--r-- | Modules/_winapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_winapi.c b/Modules/_winapi.c index 1074891..c53d55a 100644 --- a/Modules/_winapi.c +++ b/Modules/_winapi.c @@ -489,7 +489,7 @@ getenvironment(PyObject* environment) Py_UCS4 *buffer = NULL, *p, *end; PyObject *keys, *values, *res; - /* convert environment dictionary to windows enviroment string */ + /* convert environment dictionary to windows environment string */ if (! PyMapping_Check(environment)) { PyErr_SetString( PyExc_TypeError, "environment must be dictionary or None"); |
