From 3118886097ec0c4b38ff2a535a12122a8dab3919 Mon Sep 17 00:00:00 2001 From: Consus Date: Tue, 5 Dec 2023 11:56:10 +0300 Subject: [PATCH] Fix a typo --- src/input/cursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/cursor.c b/src/input/cursor.c index 0c013105..a98866dc 100644 --- a/src/input/cursor.c +++ b/src/input/cursor.c @@ -142,7 +142,7 @@ request_cursor_notify(struct wl_listener *listener, void *data) seat->seat->pointer_state.focused_client; /* - * This can be sent by any client, so we check to make sure this one is + * This can be sent by any client, so we check to make sure this one * actually has pointer focus first. */ if (focused_client == event->seat_client) {