summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2009-07-05 16:21:28 +0200
committerMikael Magnusson <mikachu@gmail.com>2009-07-05 16:21:28 +0200
commit2ed56873b6a51965ff8159f8e0bbf82324f194d8 (patch)
tree4ec234d7e118884b58bad87df91c8b65bb41da1e
parentfa4e09dd7e8b65234e833444f418e890a9185898 (diff)
Another debug message typo
-rw-r--r--openbox/event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/event.c b/openbox/event.c
index 8eb612a1..ddd2e326 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -651,7 +651,7 @@ static void event_process(const XEvent *ec, gpointer data)
else if (e->type == MappingNotify) {
/* keyboard layout changes for modifier mapping changes. reload the
modifier map, and rebind all the key bindings as appropriate */
- ob_debug("Kepboard map changed. Reloading keyboard bindings.\n");
+ ob_debug("Keyboard map changed. Reloading keyboard bindings.\n");
ob_set_state(OB_STATE_RECONFIGURING);
modkeys_shutdown(TRUE);
modkeys_startup(TRUE);