From 6990b6ed3bdab971544a69c3950ac8897e62f41d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 5 Jan 2021 13:38:48 +1100 Subject: Cleanup: typos (repeated words) --- source/blender/editors/space_outliner/outliner_draw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/space_outliner/outliner_draw.c') diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c index 8c6e4329577..3795f9a17d1 100644 --- a/source/blender/editors/space_outliner/outliner_draw.c +++ b/source/blender/editors/space_outliner/outliner_draw.c @@ -1935,7 +1935,7 @@ static void outliner_mode_toggle_fn(bContext *C, void *tselem_poin, void *UNUSED return; } - /* Check that the the item is actually an object. */ + /* Check that the item is actually an object. */ BLI_assert(tselem->id != NULL && GS(tselem->id->name) == ID_OB); Object *ob = (Object *)tselem->id; @@ -1946,7 +1946,7 @@ static void outliner_mode_toggle_fn(bContext *C, void *tselem_poin, void *UNUSED outliner_item_mode_toggle(C, &tvc, te, do_extend); } -/* Draw icons for adding and removing objects from the current interation mode. */ +/* Draw icons for adding and removing objects from the current interaction mode. */ static void outliner_draw_mode_column_toggle(uiBlock *block, TreeViewContext *tvc, TreeElement *te, -- cgit v1.2.3