label: fix typo in comment

This commit is contained in:
Jihoon Kim 2014-01-03 18:32:27 +09:00
parent 71142889e9
commit 56dd2d3bbd
1 changed files with 1 additions and 1 deletions

View 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;