code cleanup: spelling

This commit is contained in:
2012-07-16 23:23:33 +00:00
parent 1f96470b5d
commit 32cf7fcdb1
96 changed files with 150 additions and 157 deletions

View File

@@ -287,7 +287,7 @@ static PyObject *blender_import(PyObject *UNUSED(self), PyObject *args, PyObject
}
else {
/* no blender text was found that could import the module
* rause the original error from PyImport_ImportModuleEx */
* reuse the original error from PyImport_ImportModuleEx */
PyErr_Restore(exception, err, tb);
}
return newmodule;