From b8b150bf6f8ad40ee1042468824a6f3a37fe0a06 Mon Sep 17 00:00:00 2001 From: Abdur Rehman Date: Sun, 1 Jan 2017 19:46:46 +0500 Subject: [PATCH] xwayland: fix three minor typos Signed-off-by: Abdur Rehman Reviewed-by: Yong Bakos --- xwayland/selection.c | 4 ++-- xwayland/window-manager.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xwayland/selection.c b/xwayland/selection.c index 9668d172..19a24d26 100644 --- a/xwayland/selection.c +++ b/xwayland/selection.c @@ -406,7 +406,7 @@ weston_wm_read_data_source(int fd, uint32_t mask, void *data) wm->property_source = NULL; } else { weston_log("got %zu bytes, " - "property deleted, seting new property\n", + "property deleted, setting new property\n", wm->source_data.size); weston_wm_flush_source_data(wm); } @@ -430,7 +430,7 @@ weston_wm_read_data_source(int fd, uint32_t mask, void *data) "property delete\n", wm->source_data.size); } else { weston_log("got %zu bytes, " - "property deleted, seting new property\n", + "property deleted, setting new property\n", wm->source_data.size); weston_wm_flush_source_data(wm); } diff --git a/xwayland/window-manager.c b/xwayland/window-manager.c index 56d65af8..e7d5ee2a 100644 --- a/xwayland/window-manager.c +++ b/xwayland/window-manager.c @@ -2196,7 +2196,7 @@ weston_wm_create_wm_window(struct weston_wm *wm) 32, /* format */ 1, &wm->wm_window); - /* Claim the WM_S0 selection even though we don't suport + /* Claim the WM_S0 selection even though we don't support * the --replace functionality. */ xcb_set_selection_owner(wm->conn, wm->wm_window,