From 06fc42359bf155f81b559637e468b29266104d8f Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Sat, 16 May 2020 13:20:13 +0800 Subject: Fix typos in comments --- sway/desktop/xwayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway/desktop') 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; -- cgit v1.2.3-54-g00ecf