From 9e96c6d05488370cd74c89b69b306da6f5e4de69 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 5 Jun 2020 14:34:00 +1000 Subject: Cleanup: spelling --- source/blender/editors/object/object_relations.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/object') diff --git a/source/blender/editors/object/object_relations.c b/source/blender/editors/object/object_relations.c index ca3a559ca1d..0e8545e07ba 100644 --- a/source/blender/editors/object/object_relations.c +++ b/source/blender/editors/object/object_relations.c @@ -2540,7 +2540,7 @@ static int make_override_library_exec(bContext *C, wmOperator *op) } FOREACH_COLLECTION_OBJECT_RECURSIVE_END; - /* Remove the instance empty from this scene, the items now have an overriden collection + /* Remove the instance empty from this scene, the items now have an overridden collection * instead. */ ED_object_base_free_and_unlink(bmain, scene, obcollection); -- cgit v1.2.3