Cleanup: spelling in comments

This commit is contained in:
2021-09-23 15:02:10 +10:00
parent bf948b2cef
commit 754d56dcc1
11 changed files with 15 additions and 15 deletions

View File

@@ -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) {