From ef521c042334c16cf8c10beec95b916cb3c6bde0 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 --- src/lib/elm_label.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1