From e123127a53b6a6c6d2c0d746d11efc85dd7065d1 Mon Sep 17 00:00:00 2001 From: iguanajuice <125163000+iguanajuice@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:17:10 -0400 Subject: [PATCH] Fix typo in input-manager.c --- sway/input/input-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/input/input-manager.c b/sway/input/input-manager.c index b2195ed1..59bdb453 100644 --- a/sway/input/input-manager.c +++ b/sway/input/input-manager.c @@ -632,7 +632,7 @@ void input_manager_apply_seat_config(struct seat_config *seat_config) { if (strcmp(seat_config->name, "*") == 0) { struct sway_seat *seat = NULL; wl_list_for_each(seat, &server.input->seats, link) { - // Only apply the wildcard config directly if there is no seatz + // Only apply the wildcard config directly if there is no seat // specific config struct seat_config *sc = seat->config; if (!sc) {