hermet pushed a commit to branch master.

commit b01670572ff64ff5e8ad0d8d213e4a88bc9f7dd5
Author: ChunEon Park <[email protected]>
Date:   Wed Mar 6 21:34:44 2013 +0900

    elementary - fixed typo
---
 src/lib/elm_object.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_object.h b/src/lib/elm_object.h
index 05f92b2..0ffd44a 100644
--- a/src/lib/elm_object.h
+++ b/src/lib/elm_object.h
@@ -341,7 +341,7 @@ EAPI void         elm_object_signal_emit(Evas_Object *obj, 
const char *emission,
  * @param source The signal's source.
  * @param func The callback function to be executed when the signal is
  * emitted.
- * @param data A pointer to data to pass in to the callback function.
+ * @param data A pointer to data to pass to the callback function.
  * @ingroup General
  */
 EAPI void         elm_object_signal_callback_add(Evas_Object *obj, const char 
*emission, const char *source, Edje_Signal_Cb func, void *data);
@@ -358,7 +358,7 @@ EAPI void         
elm_object_signal_callback_add(Evas_Object *obj, const char *e
  * errors.
  *
  * This function removes the @b last callback, previously attached to
- * a signal emitted by an undelying Edje object of @a obj, whose
+ * a signal emitted by an underlying Edje object of @a obj, whose
  * parameters @a emission, @a source and @c func match exactly with
  * those passed to a previous call to
  * elm_object_signal_callback_add(). The data pointer that was passed

-- 

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev

Reply via email to