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,