From: Martin Panter Date: Thu, 2 Jun 2016 10:13:47 +0000 (+0000) Subject: Issue #27171: Fix typo in exception message X-Git-Tag: v3.6.0a2~187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2e71685f34b7252f0832d3b1247685e63b5acf8;p=thirdparty%2FPython%2Fcpython.git Issue #27171: Fix typo in exception message --- diff --git a/Modules/_ctypes/callproc.c b/Modules/_ctypes/callproc.c index 9ab0723c65f5..9136a3e9e9b0 100644 --- a/Modules/_ctypes/callproc.c +++ b/Modules/_ctypes/callproc.c @@ -380,7 +380,7 @@ static void SetException(DWORD code, EXCEPTION_RECORD *pr) whose operation is not allowed in the current machine mode. */ PyErr_SetString(PyExc_OSError, - "exception: priviledged instruction"); + "exception: privileged instruction"); break; case EXCEPTION_NONCONTINUABLE_EXCEPTION: