summaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2016-04-02 17:03:14 +0100
committerBryce Harrington <bryce@osg.samsung.com>2016-04-05 16:00:18 -0700
commitf951f829dec14a789a29992e87dcd2ea289814f0 (patch)
tree7be13bbf13110cc16f147c34f4839866fbd63b4f /xwayland
parent11a7a4bc30ef5907c134a61c52797f3cf9218a8d (diff)
downloadweston-f951f829dec14a789a29992e87dcd2ea289814f0.tar.gz
xwayland: fix spelling mistake
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'xwayland')
-rw-r--r--xwayland/selection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xwayland/selection.c b/xwayland/selection.c
index 6f5328d2..bd5e28a9 100644
--- a/xwayland/selection.c
+++ b/xwayland/selection.c
@@ -117,7 +117,7 @@ weston_wm_get_incr_chunk(struct weston_wm *wm)
dump_property(wm, wm->atom.wl_selection, reply);
if (xcb_get_property_value_length(reply) > 0) {
- /* reply's ownership is transfered to wm, which is responsible
+ /* reply's ownership is transferred to wm, which is responsible
* for freeing it */
weston_wm_write_property(wm, reply);
} else {
@@ -251,7 +251,7 @@ weston_wm_get_selection_data(struct weston_wm *wm)
free(reply);
} else {
wm->incr = 0;
- /* reply's ownership is transfered to wm, which is responsible
+ /* reply's ownership is transferred to wm, which is responsible
* for freeing it */
weston_wm_write_property(wm, reply);
}