Another debug message typo
This commit is contained in:
parent
fa4e09dd7e
commit
2ed56873b6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue