diff --git a/src/lib/edje/edje_entry.c b/src/lib/edje/edje_entry.c index 9303e380a3..102f0f3d3e 100644 --- a/src/lib/edje/edje_entry.c +++ b/src/lib/edje/edje_entry.c @@ -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; }