misprints fixed
authorjh0506.yun <jh0506.yun@samsung.com>
Fri, 5 Nov 2010 06:10:27 +0000 (15:10 +0900)
committerjh0506.yun <jh0506.yun@samsung.com>
Fri, 5 Nov 2010 06:10:27 +0000 (15:10 +0900)
src/lib/Elementary.h.in
src/lib/elm_gengrid.c

index 1ffc12f..5a173ea 100644 (file)
@@ -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.
index b662352..6c032e7 100644 (file)
@@ -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: