From c61c7d99264842909bd2aed002ba4eae4fb41621 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 4 Jan 2021 11:29:11 +1100 Subject: Cleanup: spelling (use 'gimbal' instead of 'gimble') --- source/blender/editors/space_outliner/outliner_tree.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/space_outliner/outliner_tree.c') diff --git a/source/blender/editors/space_outliner/outliner_tree.c b/source/blender/editors/space_outliner/outliner_tree.c index f8905d772b2..acfeccca175 100644 --- a/source/blender/editors/space_outliner/outliner_tree.c +++ b/source/blender/editors/space_outliner/outliner_tree.c @@ -655,9 +655,9 @@ static void outliner_add_library_override_contents(SpaceOutliner *soops, TreeEle int index = 0; LISTBASE_FOREACH (IDOverrideLibraryProperty *, op, &id->override_library->properties) { if (!BKE_lib_override_rna_property_find(&idpoin, op, &override_ptr, &override_prop)) { - /* This is fine, override properties list is not alwasy fully up-to-date with current - * RNA/IDProps etc., this gets cleaned up when re-generating the overrides rules, no error - * here. */ + /* This is fine, override properties list is not always fully up-to-date with current + * RNA/IDProps etc., this gets cleaned up when re-generating the overrides rules, + * no error here. */ continue; } -- cgit v1.2.3