From b450ba84d9dd51fe0e91fc848c312c7e92fcd176 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 24 Dec 2019 09:30:03 +1100 Subject: Cleanup: correct filenames in comments --- source/blender/editors/space_outliner/outliner_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_outliner/outliner_edit.c') diff --git a/source/blender/editors/space_outliner/outliner_edit.c b/source/blender/editors/space_outliner/outliner_edit.c index 8c4df1d7a7b..7b59b056264 100644 --- a/source/blender/editors/space_outliner/outliner_edit.c +++ b/source/blender/editors/space_outliner/outliner_edit.c @@ -1311,7 +1311,7 @@ static int outliner_show_active_exec(bContext *C, wmOperator *UNUSED(op)) outliner_show_active(so, ar, te, id); } - /* Also open back from the active_element (only done for the first found occurance of ID + /* Also open back from the active_element (only done for the first found occurrence of ID * though). */ outliner_show_active(so, ar, active_element, id); -- cgit v1.2.3