mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
config: spelling: mosue -> mouse
This commit is contained in:
parent
99023cae99
commit
a132e6cf84
1 changed files with 3 additions and 2 deletions
5
config.c
5
config.c
|
|
@ -1224,8 +1224,9 @@ parse_mouse_combos(struct config *conf, const char *combos, key_combo_list_t *ke
|
|||
if (!parse_modifiers(conf, combo, key - combo, &modifiers, path, lineno))
|
||||
goto err;
|
||||
if (modifiers.shift) {
|
||||
LOG_AND_NOTIFY_ERR("%s:%d: Shift cannot be used in mosue bindings",
|
||||
path, lineno);
|
||||
LOG_AND_NOTIFY_ERR(
|
||||
"%s:%d: Shift cannot be used in mouse bindings",
|
||||
path, lineno);
|
||||
goto err;
|
||||
}
|
||||
key++; /* Skip past the '+' */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue