]> Dogcows Code - chaz/openbox/commitdiff
Another debug message typo
authorMikael Magnusson <mikachu@gmail.com>
Sun, 5 Jul 2009 14:21:28 +0000 (16:21 +0200)
committerMikael Magnusson <mikachu@gmail.com>
Sun, 5 Jul 2009 14:21:28 +0000 (16:21 +0200)
openbox/event.c

index 8eb612a11859f1e9705198a129f44eaa882f5326..ddd2e3263a81c9c015edebac2dccb483bbc0f9de 100644 (file)
@@ -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);
This page took 0.028182 seconds and 4 git commands to generate.