From 56dd2d3bbd67de300745fe5ee81e5380dc563931 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 3 Jan 2014 18:32:27 +0900 Subject: [PATCH] label: fix typo in comment --- legacy/elementary/src/lib/elm_label.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_label.c b/legacy/elementary/src/lib/elm_label.c index 7881c18d73..33c979b07e 100644 --- a/legacy/elementary/src/lib/elm_label.c +++ b/legacy/elementary/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;