From 9d49fa0e6373d78c794e8472ed3f527392dfabcd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 3 Mar 2012 11:45:08 +0000 Subject: style cleanup - spelling corrections & update some incorrect comments. --- source/blender/editors/space_outliner/outliner_edit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/space_outliner') diff --git a/source/blender/editors/space_outliner/outliner_edit.c b/source/blender/editors/space_outliner/outliner_edit.c index ca0a9c15c8c..9643958b741 100644 --- a/source/blender/editors/space_outliner/outliner_edit.c +++ b/source/blender/editors/space_outliner/outliner_edit.c @@ -1128,7 +1128,7 @@ static void do_outliner_drivers_editop(SpaceOops *soops, ListBase *tree, ReportL short flag= 0; short groupmode= KSP_GROUP_KSNAME; - /* check if RNA-property described by this selected element is an animateable prop */ + /* check if RNA-property described by this selected element is an animatable prop */ if (ELEM(tselem->type, TSE_RNA_PROPERTY, TSE_RNA_ARRAY_ELEM) && RNA_property_animateable(&te->rnaptr, te->directdata)) { /* get id + path + index info from the selected element */ tree_element_to_path(soops, te, tselem, @@ -1307,7 +1307,7 @@ static void do_outliner_keyingset_editop(SpaceOops *soops, KeyingSet *ks, ListBa short flag= 0; short groupmode= KSP_GROUP_KSNAME; - /* check if RNA-property described by this selected element is an animateable prop */ + /* check if RNA-property described by this selected element is an animatable prop */ if (ELEM(tselem->type, TSE_RNA_PROPERTY, TSE_RNA_ARRAY_ELEM) && RNA_property_animateable(&te->rnaptr, te->directdata)) { /* get id + path + index info from the selected element */ tree_element_to_path(soops, te, tselem, -- cgit v1.2.3