diff options
Diffstat (limited to 'sway/desktop/xwayland.c')
-rw-r--r-- | sway/desktop/xwayland.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/xwayland.c b/sway/desktop/xwayland.c index 2554d0e4..8936c8bc 100644 --- a/sway/desktop/xwayland.c +++ b/sway/desktop/xwayland.c @@ -587,7 +587,7 @@ static void handle_set_hints(struct wl_listener *listener, void *data) { return; } if (!xsurface->hints_urgency && view->urgent_timer) { - // The view is is in the timeout period. We'll ignore the request to + // The view is in the timeout period. We'll ignore the request to // unset urgency so that the view remains urgent until the timer clears // it. return; |