hermet pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=721d21c5391472f7191e93474bd8cb186f1ec99a

commit 721d21c5391472f7191e93474bd8cb186f1ec99a
Author: Vaibhav Gupta <g.vaibh...@samsung.com>
Date:   Wed Jun 3 21:17:49 2015 +0900

    Genlist: Fix typo in API Documentation
    
    Summary: Signed-off-by: Vaibhav Gupta <g.vaibh...@samsung.com>
    
    Reviewers: raster, Hermet
    
    Reviewed By: Hermet
    
    Subscribers: sachin.dev, singh.amitesh
    
    Differential Revision: https://phab.enlightenment.org/D2620
---
 src/lib/elm_genlist.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/elm_genlist.h b/src/lib/elm_genlist.h
index d8ee6c4..12f1b2a 100644
--- a/src/lib/elm_genlist.h
+++ b/src/lib/elm_genlist.h
@@ -132,7 +132,7 @@
  * "states", respectively. For each of those properties, if more than one
  * part is provided, they must have names listed separated by spaces in the
  * data fields. For the default genlist item theme, we have @b one text
- * part (@c "elm.text"), @b two content parts (@c "elm.swalllow.icon" and @c
+ * part (@c "elm.text"), @b two content parts (@c "elm.swallow.icon" and @c
  * "elm.swallow.end") and @b no state parts.
  *
  * A genlist item may be at one of several styles. Elementary provides one
@@ -218,7 +218,7 @@
  * fill the width of the viewport of the scroller. If it is
  * ELM_LIST_LIMIT, items will be expanded to the viewport width
  * if larger than the item, but genlist widget witdh is
- * limited to the largest item. Do not use ELM_LIST_LIMIT mode with homogenous
+ * limited to the largest item. Do not use ELM_LIST_LIMIT mode with homogeneous
  * mode turned on. ELM_LIST_COMPRESS can be combined with a different style
  * that uses edjes' ellipsis feature (cutting text off like this: "tex...").
  *
@@ -380,7 +380,7 @@
  *   was unhighlighted.
  * - @c "focused" - When the genlist has received focus. (since 1.8)
  * - @c "unfocused" - When the genlist has lost focus. (since 1.8)
- * - @c "item,focused" - When the genlist item has recieved focus. (since 1.10)
+ * - @c "item,focused" - When the genlist item has received focus. (since 1.10)
  * - @c "item,unfocused" - When the genlist item has lost focus. (since 1.10)
  *
  *

-- 


Reply via email to