From 99e1f78acea714222438dd360cc95009cc239fea Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Sun, 18 Aug 2013 20:40:22 +0900 Subject: [PATCH] elementary/mapbuf - fixed comment typo and more intuitive comment. --- legacy/elementary/src/lib/elm_mapbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_mapbuf.c b/legacy/elementary/src/lib/elm_mapbuf.c index 61e58c586e..9c2d36ebe0 100644 --- a/legacy/elementary/src/lib/elm_mapbuf.c +++ b/legacy/elementary/src/lib/elm_mapbuf.c @@ -153,7 +153,7 @@ _configure(Evas_Object *obj, Eina_Bool update_force) else { /* This causes many side effects in calculating mapbuf objects. - But it doens't affect to the mapbuf it's special feature, performance. */ + But it doesn't affect to the mapbuf it's own special feature, performance. */ // evas_smart_objects_calculate(e); evas_nochange_push(e); evas_object_move(sd->content, x, y);