diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2020-05-16 13:20:13 +0800 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-05-21 10:52:59 +0200 |
commit | 06fc42359bf155f81b559637e468b29266104d8f (patch) | |
tree | 2800266be6bcd8f03a368ea77518128e653fbe96 /sway/desktop/xwayland.c | |
parent | 6f0a0bd3852c6d92f30d43b9a39dc743987584ac (diff) |
Fix typos in comments
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; |