From: jh0506.yun Date: Fri, 5 Nov 2010 06:10:27 +0000 (+0900) Subject: misprints fixed X-Git-Tag: sbs-working-i386~44^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfa5d7998b2b16d83a7b58b233fee5ac05b999f6;p=framework%2Fuifw%2Felementary.git misprints fixed --- diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 1ffc12f..5a173ea 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -662,7 +662,7 @@ extern "C" { * realized - An evas object for a item was built. * scroll - the content has been scrolled (moved). * "scroll,drag,start" - dragging the contents around has started. - * "scroll,drat,stop" - dragging the contents around has stopped. + * "scroll,drag,stop" - dragging the contents around has stopped. * drag - Gengrid is being dragged. * "drag,start,up" - Gengrid has been dragged (not scrolled) up. * "drag,start,down" - Gengrid has been dragged (not scrolled) down. diff --git a/src/lib/elm_gengrid.c b/src/lib/elm_gengrid.c index b662352..6c032e7 100644 --- a/src/lib/elm_gengrid.c +++ b/src/lib/elm_gengrid.c @@ -62,7 +62,7 @@ * implements a class/callback system where the application provides a structure * with information about that type of item (Gengrid may contain multiple different * items with different classes, states and styles). Gengrid will call the functions - * in this struct (methods) when a item is "realized" (that is created + * in this struct (methods) when an item is "realized" (that is created * dynamically while scrolling). All objects will simply be deleted when no * longer needed with evas_object_del(). The Elm_GenGrid_Item_Class structure * contains the following members: