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/makesdna/DNA_anim_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_anim_types.h') diff --git a/source/blender/makesdna/DNA_anim_types.h b/source/blender/makesdna/DNA_anim_types.h index 1ea4f15b8d5..14708632eb6 100644 --- a/source/blender/makesdna/DNA_anim_types.h +++ b/source/blender/makesdna/DNA_anim_types.h @@ -751,7 +751,7 @@ typedef enum eNlaStrip_Flag { // NLASTRIP_FLAG_SELECT_R = (1<<3), // right handle selected /* NLA strip uses the same action that the action being tweaked uses - * (not set for the twaking one though) */ + * (not set for the tweaking one though). */ NLASTRIP_FLAG_TWEAKUSER = (1<<4), /* controls driven by local F-Curves */ -- cgit v1.2.3