]> git.sur5r.net Git - i3/i3/commitdiff
fix typo in logging message
authorNathan Schulte <nmschulte@gmail.com>
Fri, 9 Sep 2016 21:57:28 +0000 (16:57 -0500)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 12 Sep 2016 20:22:59 +0000 (22:22 +0200)
src/bindings.c

index 463a4f62c2cd2d373370fe0965405cdd03cd31c0..ccd397f6b3c3d66daab7ebc72a346b6cfe8e43da 100644 (file)
@@ -408,7 +408,7 @@ static void add_keycode_if_matches(struct xkb_keymap *keymap, xkb_keycode_t key,
             /* Also bind the key with active NumLock+CapsLock */
             ADD_TRANSLATED_KEY(bind->event_state_mask | xcb_numlock_mask | XCB_MOD_MASK_LOCK);
         } else {
-            DLOG("Skipping automatic numlock fallback, key %d resolves to 0x%x with unmlock\n",
+            DLOG("Skipping automatic numlock fallback, key %d resolves to 0x%x with numlock\n",
                  key, sym_numlock);
         }
     }