style cleanup: some warnigs & spelling.

This commit is contained in:
2013-02-06 14:02:19 +00:00
parent 8b1fb0fd2a
commit 296444e1dc
16 changed files with 20 additions and 17 deletions

View File

@@ -332,7 +332,7 @@ void BPY_python_start(int argc, const char **argv)
PyErr_Print();
PyErr_Clear();
}
// Py_DECREF(mod); /* ideally would decref, but in this case we never wan't to free */
// Py_DECREF(mod); /* ideally would decref, but in this case we never want to free */
}
}
#endif