seoz pushed a commit to branch master.

commit d67b65553ed6bb7688dc6d1015d2308d50b097dc
Author: Daniel Juyung Seo <[email protected]>
Date:   Tue May 7 19:39:58 2013 +0900

    elm_widget.c: fixed comments.
---
 src/lib/elm_widget.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_widget.c b/src/lib/elm_widget.c
index 4834fee..89f41c4 100644
--- a/src/lib/elm_widget.c
+++ b/src/lib/elm_widget.c
@@ -2809,8 +2809,8 @@ _elm_widget_focus_list_next_get(Eo *obj, void *_pd 
EINA_UNUSED, va_list *list)
    const Eina_List *start = l;
    Evas_Object *to_focus = NULL;
 
-   /* Interate sub items */
-   /* Go to end of list */
+   /* Iterate sub items */
+   /* Go to the end of list */
    for (; l; l = list_next(l))
      {
         Evas_Object *tmp = NULL;

-- 

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may

Reply via email to