edje_entry: fix typo in comment

This commit is contained in:
Jihoon Kim 2013-04-11 12:31:59 +09:00
parent 8261f03d85
commit d4f99c8ded
1 changed files with 1 additions and 1 deletions

View File

@ -2900,7 +2900,7 @@ _edje_entry_cursor_geometry_get(Edje_Real_Part *rp, Evas_Coord *cx, Evas_Coord *
cur_type = EVAS_TEXTBLOCK_CURSOR_BEFORE;
break;
case EDJE_ENTRY_CURSOR_MODE_UNDER:
/* no break for a resaon */
/* no break for a reason */
default:
cur_type = EVAS_TEXTBLOCK_CURSOR_UNDER;
}