seoz pushed a commit to branch master.

commit 5dd442701707d57ed2dd206f60de011d223afdbb
Author: Daniel Juyung Seo <[email protected]>
Date:   Fri Mar 1 00:18:58 2013 +0900

    elm elm_layout.c: fixed a document typo.
---
 src/lib/elm_layout.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_layout.c b/src/lib/elm_layout.c
index c7f65ab..7e65dc4 100644
--- a/src/lib/elm_layout.c
+++ b/src/lib/elm_layout.c
@@ -134,7 +134,7 @@ _icon_signal_emit(Elm_Layout_Smart_Data *sd,
    Elm_Widget_Smart_Data *wd = eo_data_get(sd->obj, ELM_OBJ_WIDGET_CLASS);
    edje_object_signal_emit(wd->resize_obj, buf, "elm");
 
-   /* themes might need imediate action here */
+   /* themes might need immediate action here */
    edje_object_message_signal_process(wd->resize_obj);
 }
 
@@ -166,7 +166,7 @@ _text_signal_emit(Elm_Layout_Smart_Data *sd,
 
    edje_object_signal_emit(wd->resize_obj, buf, "elm");
 
-   /* themes might need imediate action here */
+   /* themes might need immediate action here */
    edje_object_message_signal_process(wd->resize_obj);
 }
 

-- 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb

Reply via email to