xwayland: fix three minor typos

Signed-off-by: Abdur Rehman <arehmanq199@gmail.com>
Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
dev
Abdur Rehman 8 years ago committed by Daniel Stone
parent 1580e70d7a
commit b8b150bf6f
  1. 4
      xwayland/selection.c
  2. 2
      xwayland/window-manager.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);
}

@ -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,

Loading…
Cancel
Save