Cleanup: spelling in comments

This commit is contained in:
Campbell Barton
2023-05-24 11:21:18 +10:00
parent 2511b260e1
commit 13c815085b
92 changed files with 142 additions and 140 deletions

View File

@@ -4,7 +4,7 @@
* \ingroup pythonintern
*
* This file inserts an exit callback into Python's 'atexit' module.
* Without this sys.exit() can crash because blender is not properly closing
* Without this `sys.exit()` can crash because blender is not properly closing
* resources.
*/