commit | d962be149391ac2e00e1197612f2e6ec18dfa9f3 | [log] [tgz] |
---|---|---|
author | Eric Engestrom <eric@engestrom.ch> | Sat Apr 02 17:03:15 2016 +0100 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Tue Apr 05 16:00:21 2016 -0700 |
tree | 5b4c6d9f3a2d102e001149b5d6f27baa39b9b3c2 | |
parent | f951f829dec14a789a29992e87dcd2ea289814f0 [diff] [blame] |
client: fix spelling mistake Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
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 @@ { struct box *box = data; - /* Dont resize me */ + /* Don't resize me */ widget_set_size(box->widget, box->width, box->height); }