From f8dd0d0dba748035706382f0c5700bb23e5a9048 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 1 Sep 2021 21:41:23 +1000 Subject: Cleanup: spelling in comments --- source/blender/editors/space_action/space_action.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/space_action/space_action.c') diff --git a/source/blender/editors/space_action/space_action.c b/source/blender/editors/space_action/space_action.c index 5e5143723a6..f59429ba981 100644 --- a/source/blender/editors/space_action/space_action.c +++ b/source/blender/editors/space_action/space_action.c @@ -536,9 +536,9 @@ static void action_listener(const wmSpaceTypeListenerParams *params) saction->runtime.flag |= SACTION_RUNTIME_FLAG_NEED_CHAN_SYNC; ED_area_tag_refresh(area); } - /* autocolor only really needs to change when channels are added/removed, + /* Auto-color only really needs to change when channels are added/removed, * or previously hidden stuff appears - * (assume for now that if just adding these works, that will be fine) + * (assume for now that if just adding these works, that will be fine). */ else if (((wmn->data == ND_KEYFRAME) && ELEM(wmn->action, NA_ADDED, NA_REMOVED)) || ((wmn->data == ND_ANIMCHAN) && (wmn->action != NA_SELECTED))) { -- cgit v1.2.3