Cleanup: spelling

This commit is contained in:
2020-09-19 14:18:05 +10:00
parent 8ca698427f
commit a78130c610
7 changed files with 13 additions and 13 deletions

View File

@@ -166,7 +166,7 @@ void bpy_context_clear(bContext *UNUSED(C), const PyGILState_STATE *gilstate)
}
/**
* Use for `CTX_*_set(..)` funcitons need to set values which are later read back as expected.
* Use for `CTX_*_set(..)` functions need to set values which are later read back as expected.
* In this case we don't want the Python context to override the values as it causes problems
* see T66256.
*