[PATCH weston 2/3] xwayland: fix spelling mistake (Eric Engestrom)

Yong Bakos junk at humanoriented.com
Mon Apr 4 23:05:58 UTC 2016


> Date: Sat,  2 Apr 2016 17:03:14 +0100
> From: Eric Engestrom <eric at engestrom.ch>
> To: wayland-devel at lists.freedesktop.org
> Cc: Eric Engestrom <eric at engestrom.ch>
> Subject: [PATCH weston 2/3] xwayland: fix spelling mistake
> Message-ID: <1459612995-8573-2-git-send-email-eric at engestrom.ch>
> 
> Signed-off-by: Eric Engestrom <eric at engestrom.ch>
> ---
> xwayland/selection.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/xwayland/selection.c b/xwayland/selection.c
> index 6f5328d..bd5e28a 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);
> 	}
> -- 
> 2.8.0

Looks good, thanks. (Note that I am a novice reviewer.)

yong




More information about the wayland-devel mailing list