From b838a518031b9fa83826933ce8e7f0a31d8d9b9d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 30 Jun 2020 20:54:31 +1000 Subject: Cleanup: spelling --- source/blender/editors/space_outliner/outliner_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_outliner/outliner_select.c') diff --git a/source/blender/editors/space_outliner/outliner_select.c b/source/blender/editors/space_outliner/outliner_select.c index 8ec542e80a0..8a408a41897 100644 --- a/source/blender/editors/space_outliner/outliner_select.c +++ b/source/blender/editors/space_outliner/outliner_select.c @@ -1680,7 +1680,7 @@ static TreeElement *do_outliner_select_walk(SpaceOutliner *soops, } /* Find the active element to walk from, or set one if none exists. - * Changed is set to true if the active elmenet is found, or false if it was set */ + * Changed is set to true if the active element is found, or false if it was set */ static TreeElement *find_walk_select_start_element(SpaceOutliner *soops, bool *changed) { TreeElement *active_te = outliner_find_element_with_flag(&soops->tree, TSE_ACTIVE); -- cgit v1.2.3