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 <campbell@blender.org>2022-11-02 02:14:37 +0300
committerCampbell Barton <campbell@blender.org>2022-11-02 02:18:19 +0300
commit889b3385b54984024e1a2624c1ab3811e4817c53 (patch)
tree836b350f8cad10ba548ec4691d63970fce75b19c /source/blender/python/intern/bpy_gizmo_wrap.h
parentcc6f41f8a53f7f0392afa59e6da8ebc3849fc03c (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/python/intern/bpy_gizmo_wrap.h')
-rw-r--r--source/blender/python/intern/bpy_gizmo_wrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_gizmo_wrap.h b/source/blender/python/intern/bpy_gizmo_wrap.h
index 6a876747e22..7d5edebed0f 100644
--- a/source/blender/python/intern/bpy_gizmo_wrap.h
+++ b/source/blender/python/intern/bpy_gizmo_wrap.h
@@ -13,7 +13,7 @@ struct wmGizmoType;
extern "C" {
#endif
-/* exposed to rna/wm api */
+/* Exposed to RNA/WM API. */
void BPY_RNA_gizmo_wrapper(struct wmGizmoType *gzt, void *userdata);
void BPY_RNA_gizmogroup_wrapper(struct wmGizmoGroupType *gzgt, void *userdata);