Cleanup: spelling in comments

This commit is contained in:
2021-08-09 22:55:12 +10:00
parent e2a411570e
commit 6deb37474e
7 changed files with 8 additions and 8 deletions

View File

@@ -155,7 +155,7 @@ void bpy_context_clear(bContext *UNUSED(C), const PyGILState_STATE *gilstate)
}
else if (py_call_level == 0) {
/* XXX: Calling classes currently won't store the context :\,
* can't set NULL because of this. but this is very flakey still. */
* can't set NULL because of this. but this is very flaky still. */
#if 0
BPY_context_set(NULL);
#endif