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

Yong Bakos junk at humanoriented.com
Mon Apr 4 23:07:20 UTC 2016


> Date: Sat,  2 Apr 2016 17:03:15 +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 3/3] client: fix spelling mistake
> Message-ID: <1459612995-8573-3-git-send-email-eric at engestrom.ch>
> 
> Signed-off-by: Eric Engestrom <eric at engestrom.ch>
> ---
> clients/flower.c | 2 +-
> clients/scaler.c | 2 +-
> clients/smoke.c  | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/clients/flower.c b/clients/flower.c
> index aafc63c..34287fd 100644
> --- a/clients/flower.c
> +++ b/clients/flower.c
> @@ -110,7 +110,7 @@ resize_handler(struct widget *widget,
> {
> 	struct flower *flower = data;
> 
> -	/* Dont resize me */
> +	/* Don't resize me */
> 	widget_set_size(flower->widget, flower->width, flower->height);
> }
> 
> diff --git a/clients/scaler.c b/clients/scaler.c
> index 8e9a7fa..1fcf2c0 100644
> --- a/clients/scaler.c
> +++ b/clients/scaler.c
> @@ -123,7 +123,7 @@ resize_handler(struct widget *widget,
> {
> 	struct box *box = data;
> 
> -	/* Dont resize me */
> +	/* Don't resize me */
> 	widget_set_size(box->widget, box->width, box->height);
> }
> 
> diff --git a/clients/smoke.c b/clients/smoke.c
> index 77120b4..cedd17f 100644
> --- a/clients/smoke.c
> +++ b/clients/smoke.c
> @@ -260,7 +260,7 @@ resize_handler(struct widget *widget,
> {
> 	struct smoke *smoke = data;
> 
> -	/* Dont resize me */
> +	/* Don't resize me */
> 	widget_set_size(smoke->widget, smoke->width, smoke->height);
> }
> 
> -- 
> 2.8.0

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

yong




More information about the wayland-devel mailing list