config: spelling: mosue -> mouse

This commit is contained in:
Daniel Eklöf 2020-09-09 19:04:24 +02:00
parent 99023cae99
commit a132e6cf84
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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 '+' */