Commit b505c470 authored by Martin Panter's avatar Martin Panter

Issue #27171: Fix typo in exception message

parent ac5acb8c
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment