From a132e6cf844ccd85d1b2595d94c309e6f5646a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 9 Sep 2020 19:04:24 +0200 Subject: [PATCH] config: spelling: mosue -> mouse --- config.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 '+' */