From 6deb37474eb082400ccd9d0cac0459116f24aacf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 9 Aug 2021 22:55:12 +1000 Subject: Cleanup: spelling in comments --- source/blender/editors/space_outliner/outliner_tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_outliner') diff --git a/source/blender/editors/space_outliner/outliner_tools.c b/source/blender/editors/space_outliner/outliner_tools.c index e3aec572bd3..a994368a0ec 100644 --- a/source/blender/editors/space_outliner/outliner_tools.c +++ b/source/blender/editors/space_outliner/outliner_tools.c @@ -845,7 +845,7 @@ static void id_override_library_create_fn(bContext *C, if (!ID_IS_LINKED(te->store_elem->id)) { break; } - /* If we'd need to override that arent ID, but it is not overridable, abort. */ + /* If we'd need to override that aren't ID, but it is not overridable, abort. */ if (!ID_IS_OVERRIDABLE_LIBRARY(te->store_elem->id)) { BKE_main_id_tag_all(bmain, LIB_TAG_DOIT, false); BKE_reportf(reports, -- cgit v1.2.3