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:
Diffstat (limited to 'source/blender/editors/transform/transform_gizmo_2d.c')
-rw-r--r--source/blender/editors/transform/transform_gizmo_2d.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/transform/transform_gizmo_2d.c b/source/blender/editors/transform/transform_gizmo_2d.c
index 11cde6a9038..c40f3d3f140 100644
--- a/source/blender/editors/transform/transform_gizmo_2d.c
+++ b/source/blender/editors/transform/transform_gizmo_2d.c
@@ -121,7 +121,7 @@ static void gizmo2d_pivot_point_message_subscribe(struct wmGizmoGroup *gzgroup,
/* -------------------------------------------------------------------- */
/** \name Arrow / Cage Gizmo Group
*
- * Defines public functions, not the gizmo it's self:
+ * Defines public functions, not the gizmo itself:
*
* - #ED_widgetgroup_gizmo2d_xform_callbacks_set
* - #ED_widgetgroup_gizmo2d_xform_no_cage_callbacks_set
@@ -530,7 +530,7 @@ void ED_widgetgroup_gizmo2d_xform_no_cage_callbacks_set(wmGizmoGroupType *gzgt)
/* -------------------------------------------------------------------- */
/** \name Scale Handles
*
- * Defines public functions, not the gizmo it's self:
+ * Defines public functions, not the gizmo itself:
*
* - #ED_widgetgroup_gizmo2d_resize_callbacks_set
*
@@ -686,7 +686,7 @@ void ED_widgetgroup_gizmo2d_resize_callbacks_set(wmGizmoGroupType *gzgt)
/* -------------------------------------------------------------------- */
/** \name Rotate Handles
*
- * Defines public functions, not the gizmo it's self:
+ * Defines public functions, not the gizmo itself:
*
* - #ED_widgetgroup_gizmo2d_rotate_setup
*