aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2020-05-16 13:20:13 +0800
committerSimon Ser <contact@emersion.fr>2020-05-21 10:52:59 +0200
commit06fc42359bf155f81b559637e468b29266104d8f (patch)
tree2800266be6bcd8f03a368ea77518128e653fbe96 /sway
parent6f0a0bd3852c6d92f30d43b9a39dc743987584ac (diff)
Fix typos in comments
Diffstat (limited to 'sway')
-rw-r--r--sway/desktop/xwayland.c2
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;