From c0a6bc19794c69843c38451c762e91bc10136e0f Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Mon, 19 Oct 2020 09:15:34 -0700 Subject: Spelling: Loose Versus Lose Corrects incorrect usages of the word 'loose' when 'lose' was required. Differential Revision: https://developer.blender.org/D9243 Reviewed by Campbell Barton --- source/blender/windowmanager/intern/wm_keymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/windowmanager/intern/wm_keymap.c') diff --git a/source/blender/windowmanager/intern/wm_keymap.c b/source/blender/windowmanager/intern/wm_keymap.c index 3b792744d40..1daab07812d 100644 --- a/source/blender/windowmanager/intern/wm_keymap.c +++ b/source/blender/windowmanager/intern/wm_keymap.c @@ -616,7 +616,7 @@ static void wm_keymap_diff( BLI_addtail(&diff_km->diff_items, kmdi); } - /* sync expanded flag back to original so we don't loose it on repatch */ + /* sync expanded flag back to original so we don't lose it on repatch */ if (to_kmi) { orig_kmi = WM_keymap_item_find_id(orig_km, kmi->id); -- cgit v1.2.3