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;