From 85a8629d2134969fc9c35b56509d3a76d9dccecf Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sat, 17 Aug 2013 16:57:41 +0300 Subject: =?UTF-8?q?#18466:=20fix=20more=20typos.=20=20Patch=20by=20F=C3=A9?= =?UTF-8?q?vry=20Thibault.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Modules/_winapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/_winapi.c') diff --git a/Modules/_winapi.c b/Modules/_winapi.c index 1074891ef1..c53d55a535 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"); -- cgit v1.2.1