From: Jihoon Kim Date: Fri, 3 Jan 2014 09:32:27 +0000 (+0900) Subject: label: fix typo in comment X-Git-Tag: v1.9.0-alpha1~306 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef521c042334c16cf8c10beec95b916cb3c6bde0;p=platform%2Fupstream%2Felementary.git label: fix typo in comment --- diff --git a/src/lib/elm_label.c b/src/lib/elm_label.c index 7881c18d7..33c979b07 100644 --- a/src/lib/elm_label.c +++ b/src/lib/elm_label.c @@ -50,7 +50,7 @@ _recalc(void *data) /* This is a hack to workaround the way min size hints are treated. * If the minimum width is smaller than the restricted width, it means - * the mininmum doesn't matter. */ + * the minimum doesn't matter. */ if ((minw <= resw) && (minw != sd->wrap_w)) { Evas_Coord ominw = -1;