[PATCH 16/16] xwayland: fix three minor typos

Abdur Rehman arehmanq199 at gmail.com
Sun Jan 1 14:46:46 UTC 2017


Signed-off-by: Abdur Rehman <arehmanq199 at gmail.com>
---
 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 9668d17..19a24d2 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 56d65af..e7d5ee2 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,
-- 
1.9.1



More information about the wayland-devel mailing list