all repos — openbox @ 2ed56873b6a51965ff8159f8e0bbf82324f194d8

openbox fork - make it a bit more like ryudo

Another debug message typo
Mikael Magnusson mikachu@gmail.com
commit

2ed56873b6a51965ff8159f8e0bbf82324f194d8

parent

fa4e09dd7e8b65234e833444f418e890a9185898

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/event.copenbox/event.c

@@ -651,7 +651,7 @@ client_manage(window, NULL);

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);