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) {