diff -r c2a13acd5e2b Python/pythonrun.c --- a/Python/pythonrun.c Tue Nov 12 16:37:55 2013 +0100 +++ b/Python/pythonrun.c Wed Nov 13 00:15:29 2013 +0800 @@ -581,7 +581,7 @@ other threads to call objects destructor. Destructors will be called in the current Python thread. Since _Py_Finalizing has been set, no other Python threads can lock the GIL at this point (if they try, they will - exit immediatly). */ + exit immediately). */ _PyThreadState_DeleteExcept(tstate); /* Collect garbage. This may call finalizers; it's nice to call these