]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Fix a typo
authorConsus <consus@ftml.net>
Tue, 5 Dec 2023 08:56:10 +0000 (11:56 +0300)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Tue, 5 Dec 2023 08:59:40 +0000 (09:59 +0100)
src/input/cursor.c

index 0c0131054438cb38311b014b244bd393149e5f4a..a98866dc397df9c0a2fb29f971b6072d60d838dc 100644 (file)
@@ -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) {