seoz pushed a commit to branch master.

commit abe32e76e2fbdf2cb951dd0bf36b1c069d11a35b
Author: Daniel Juyung Seo <[email protected]>
Date:   Sun Jun 9 17:14:31 2013 +0900

    documentation: fixed a typo.
---
 src/lib/elm_genlist_common.h | 2 +-
 src/lib/elm_widget.h         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_genlist_common.h b/src/lib/elm_genlist_common.h
index 31e55ba..2d860ee 100644
--- a/src/lib/elm_genlist_common.h
+++ b/src/lib/elm_genlist_common.h
@@ -151,7 +151,7 @@ EAPI Eina_Bool                     
elm_genlist_item_selected_get(const Elm_Objec
 EAPI void                          elm_genlist_item_show(Elm_Object_Item *it, 
Elm_Genlist_Item_Scrollto_Type type);
 
 /**
- * Animatedly bring in, to the visible are of a genlist, a given
+ * Animatedly bring in, to the visible area of a genlist, a given
  * item on it.
  *
  * @param it The item to display
diff --git a/src/lib/elm_widget.h b/src/lib/elm_widget.h
index 7d01a3e..f85ec9d 100644
--- a/src/lib/elm_widget.h
+++ b/src/lib/elm_widget.h
@@ -340,7 +340,7 @@ typedef struct _Elm_Widget_Smart_Class
                                        Evas_Coord *x,
                                        Evas_Coord *y,
                                        Evas_Coord *w,
-                                       Evas_Coord *h); /**< 'Virtual' function 
returning an inner area of a widget that should be brought into the visible are 
of a broader viewport, may this context arise. On the base Elementary widget 
class, it defaults to the object's total area, so only override it if you have 
to. */
+                                       Evas_Coord *h); /**< 'Virtual' function 
returning an inner area of a widget that should be brought into the visible 
area of a broader viewport, may this context arise. On the base Elementary 
widget class, it defaults to the object's total area, so only override it if 
you have to. */
    Eina_Bool        (*focus_next)(const Evas_Object *obj,
                                   Elm_Focus_Direction dir,
                                   Evas_Object **next); /**< 'Virtual' function 
handling passing focus to sub-objects */

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

Reply via email to