summaryrefslogtreecommitdiff
path: root/Modules/_winapi.c
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-17 16:58:13 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-17 16:58:13 +0300
commita7e7497d885b5616fbe9bd4b16778f9e0e50b07d (patch)
tree5e1e28b27364065e3f3f6ea06df67ad5e1228531 /Modules/_winapi.c
parente0c69161bc9d4e9deca4fc0add189b4df9cce8cb (diff)
parent85a8629d2134969fc9c35b56509d3a76d9dccecf (diff)
downloadcpython-git-a7e7497d885b5616fbe9bd4b16778f9e0e50b07d.tar.gz
#18466: merge with 3.3.
Diffstat (limited to 'Modules/_winapi.c')
-rw-r--r--Modules/_winapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_winapi.c b/Modules/_winapi.c
index c34d2db267..20d0063aaf 100644
--- a/Modules/_winapi.c
+++ b/Modules/_winapi.c
@@ -491,7 +491,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");