xwayland: fix spelling mistake
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
committed by
Bryce Harrington
parent
11a7a4bc30
commit
f951f829de
@@ -117,7 +117,7 @@ weston_wm_get_incr_chunk(struct weston_wm *wm)
|
|||||||
dump_property(wm, wm->atom.wl_selection, reply);
|
dump_property(wm, wm->atom.wl_selection, reply);
|
||||||
|
|
||||||
if (xcb_get_property_value_length(reply) > 0) {
|
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 */
|
* for freeing it */
|
||||||
weston_wm_write_property(wm, reply);
|
weston_wm_write_property(wm, reply);
|
||||||
} else {
|
} else {
|
||||||
@@ -251,7 +251,7 @@ weston_wm_get_selection_data(struct weston_wm *wm)
|
|||||||
free(reply);
|
free(reply);
|
||||||
} else {
|
} else {
|
||||||
wm->incr = 0;
|
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 */
|
* for freeing it */
|
||||||
weston_wm_write_property(wm, reply);
|
weston_wm_write_property(wm, reply);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user