Cleanup: Grammar in comments

- it's self vs. itself
- boiler plate vs boilerplate
This commit is contained in:
Hans Goudey
2023-11-21 09:39:55 -05:00
parent a99e419b6e
commit 29f3d54e91
4 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ static PyObject *bpy_atexit(PyObject * /*self*/, PyObject * /*args*/, PyObject *
*/
bContext *C = BPY_context_get();
/* As Python requested the exit, it handles shutting it's self down. */
/* As Python requested the exit, it handles shutting itself down. */
const bool do_python_exit = false;
/* User actions such as saving the session, preferences, recent-files for e.g.
* should be skipped because an explicit call to exit is more likely to be used as part of