From eb8e656b2b82615e42a85bdee73a2e78b8359a69 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 8 Mar 2019 17:48:49 +1100 Subject: Cleanup: spelling --- source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/gizmo_library/gizmo_types') diff --git a/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c b/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c index 92fe643fca6..d25f982fc23 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c +++ b/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c @@ -846,7 +846,7 @@ static int gizmo_cage2d_modal( return OPERATOR_RUNNING_MODAL; } /* For transform logic to be manageable we operate in -0.5..0.5 2D space, - * no matter the size of the rectangle, mouse coorts are scaled to unit space. + * no matter the size of the rectangle, mouse coords are scaled to unit space. * The mouse coords have been projected into the matrix so we don't need to worry about axis alignment. * * - The cursor offset are multiplied by 'dims'. -- cgit v1.2.3