jihoon pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=ef521c042334c16cf8c10beec95b916cb3c6bde0
commit ef521c042334c16cf8c10beec95b916cb3c6bde0 Author: Jihoon Kim <[email protected]> Date: Fri Jan 3 18:32:27 2014 +0900 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 7881c18..33c979b 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; --
