Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-09-19 07:18:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-19 07:26:40 +0300
commita78130c6101517c09eed14215087ab3dfe36bc5c (patch)
tree9b7373181f610dc91a08816f285b2193821b73e8 /source/blender/python/intern/bpy_interface.c
parent8ca698427fdcbabc60ca22bdfeb91e1e0ce1f5d0 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/python/intern/bpy_interface.c')
-rw-r--r--source/blender/python/intern/bpy_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_interface.c b/source/blender/python/intern/bpy_interface.c
index bc633daad27..42cc3106eea 100644
--- a/source/blender/python/intern/bpy_interface.c
+++ b/source/blender/python/intern/bpy_interface.c
@@ -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.
*