client: fix spelling mistake

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
Eric Engestrom
2016-04-02 17:03:15 +01:00
committed by Bryce Harrington
parent f951f829de
commit d962be1493
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ resize_handler(struct widget *widget,
{ {
struct flower *flower = data; struct flower *flower = data;
/* Dont resize me */ /* Don't resize me */
widget_set_size(flower->widget, flower->width, flower->height); widget_set_size(flower->widget, flower->width, flower->height);
} }
+1 -1
View File
@@ -123,7 +123,7 @@ resize_handler(struct widget *widget,
{ {
struct box *box = data; struct box *box = data;
/* Dont resize me */ /* Don't resize me */
widget_set_size(box->widget, box->width, box->height); widget_set_size(box->widget, box->width, box->height);
} }
+1 -1
View File
@@ -260,7 +260,7 @@ resize_handler(struct widget *widget,
{ {
struct smoke *smoke = data; struct smoke *smoke = data;
/* Dont resize me */ /* Don't resize me */
widget_set_size(smoke->widget, smoke->width, smoke->height); widget_set_size(smoke->widget, smoke->width, smoke->height);
} }