From 754d56dcc19373358d264f04b3630eeca614d0b9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 23 Sep 2021 15:02:10 +1000 Subject: Cleanup: spelling in comments --- source/blender/windowmanager/intern/wm_files_link.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/windowmanager/intern') diff --git a/source/blender/windowmanager/intern/wm_files_link.c b/source/blender/windowmanager/intern/wm_files_link.c index 09567eca17f..321c7da3765 100644 --- a/source/blender/windowmanager/intern/wm_files_link.c +++ b/source/blender/windowmanager/intern/wm_files_link.c @@ -674,7 +674,7 @@ static void wm_append_do(WMLinkAppendData *lapp_data, CLOG_INFO(&LOG, 3, "Appended ID '%s' is proxified, keeping it linked...", id->name); item->append_action = WM_APPEND_ACT_KEEP_LINKED; } - /* Only re-use existing local ID for indirectly linked data, the ID explicitely selected by the + /* Only re-use existing local ID for indirectly linked data, the ID explicitly selected by the * user we always fully append. */ else if (do_reuse_existing_id && existing_local_id != NULL && (item->append_tag & WM_APPEND_TAG_INDIRECT) != 0) { -- cgit v1.2.3