summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2014-06-24 14:30:40 -0400
committerChris Michael <cp.michael@samsung.com>2014-06-24 14:32:21 -0400
commitc23ed65a3c379fed6562872953e82701a4125168 (patch)
treed5f028dc748fa9916a5e1003c323818f1efcfbf1
parent49344287ac1b2be7375b25a5830e2947a0ebbc92 (diff)
downloadefl-c23ed65a3c379fed6562872953e82701a4125168.tar.gz
ecore-evas: Fix some doxy grammar and spelling
NB: Rewrite the doxy paragraph for ecore_evas_object_cursor_set. Previous documentation there was a bit confusing in how it read. Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/lib/ecore_evas/Ecore_Evas.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h
index c672e0effd..55eaae7bb8 100644
--- a/src/lib/ecore_evas/Ecore_Evas.h
+++ b/src/lib/ecore_evas/Ecore_Evas.h
@@ -1968,10 +1968,10 @@ EAPI void ecore_evas_object_cursor_set(Ecore_Evas *ee, Evas_Object *obj,
*
* @param ee The Ecore_Evas to uset the cursor.
*
- * This function unset the cursor from the Ecore_Evas and return the cursor
- * object. If the cursor was setted from ecore_evas_cursor_set() fuction
- * returned the image. In this case this image need to delete when it not be
- * needed.
+ * This function unsets the cursor from the Ecore_Evas, and returns the cursor
+ * object. If the cursor was set from ecore_evas_cursor_set(), this function
+ * returns the image. In this case, the image should be deleted when it is
+ * no longer needed.
*
* @see ecore_evas_cursor_set()
* @see ecore_evas_object_cursor_set()