From: Nathan Schulte Date: Fri, 9 Sep 2016 21:57:28 +0000 (-0500) Subject: fix typo in logging message X-Git-Tag: 4.13~42^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=02f206d816b68de0cb8a943ee32c41abefeb39d3;p=i3%2Fi3 fix typo in logging message --- diff --git a/src/bindings.c b/src/bindings.c index 463a4f62..ccd397f6 100644 --- a/src/bindings.c +++ b/src/bindings.c @@ -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); } }