spelling cleanup

This commit is contained in:
Campbell Barton
2012-03-18 07:38:51 +00:00
parent e56f714000
commit 4f19c1a995
235 changed files with 512 additions and 511 deletions

View File

@@ -353,7 +353,7 @@ bool SCA_PythonController::Import()
return false;
}
m_function_argc = 0; /* rare cases this could be a function that isnt defined in python, assume zero args */
m_function_argc = 0; /* rare cases this could be a function that isn't defined in python, assume zero args */
if (PyFunction_Check(m_function)) {
m_function_argc= ((PyCodeObject *)PyFunction_GET_CODE(m_function))->co_argcount;
}