From c46663ad66c6e378214f34db483ac67bb4c27272 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 21 Jul 2020 15:58:16 +1000 Subject: Cleanup: spelling --- source/blender/editors/animation/fmodifier_ui.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/editors/animation') diff --git a/source/blender/editors/animation/fmodifier_ui.c b/source/blender/editors/animation/fmodifier_ui.c index eadaa449b92..1ecdf5accb8 100644 --- a/source/blender/editors/animation/fmodifier_ui.c +++ b/source/blender/editors/animation/fmodifier_ui.c @@ -515,8 +515,7 @@ static void draw_modifier__cycles(uiLayout *layout, RNA_pointer_create(fcurve_owner_id, &RNA_FModifierCycles, fcm, &ptr); /* split into 2 columns - * NOTE: the mode comboboxes shouldn't get labels, otherwise there isn't enough room - */ + * NOTE: the mode combination-boxes shouldn't get labels, otherwise there isn't enough room. */ split = uiLayoutSplit(layout, 0.5f, false); /* before range */ -- cgit v1.2.3