diff --git a/config.c b/config.c index 07d6de66..164431c6 100644 --- a/config.c +++ b/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 '+' */