From 406026abba130be90e1a9824e4fb0a5d8eedd759 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 18 Mar 2020 22:28:54 +1100 Subject: Cleanup: spelling --- source/blender/windowmanager/gizmo/WM_gizmo_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/windowmanager/gizmo') diff --git a/source/blender/windowmanager/gizmo/WM_gizmo_types.h b/source/blender/windowmanager/gizmo/WM_gizmo_types.h index 04311b9c070..d2953a56749 100644 --- a/source/blender/windowmanager/gizmo/WM_gizmo_types.h +++ b/source/blender/windowmanager/gizmo/WM_gizmo_types.h @@ -141,7 +141,7 @@ typedef enum eWM_GizmoFlagGroupTypeFlag { WM_GIZMOGROUPTYPE_DELAY_REFRESH_FOR_TWEAK = (1 << 8), /** - * Cause continuous redraws, i.e. set the region redraw flag on every main loop itertion. This + * Cause continuous redraws, i.e. set the region redraw flag on every main loop iteration. This * should really be avoided by using proper region redraw tagging, notifiers and the message-bus, * however for VR it's sometimes needed. */ -- cgit v1.2.3