label: fix typo in comment
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 3 Jan 2014 09:32:27 +0000 (18:32 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 3 Jan 2014 09:32:27 +0000 (18:32 +0900)
legacy/elementary/src/lib/elm_label.c

index 7881c18..33c979b 100644 (file)
@@ -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;