ecore_evas: fix 'be delete' to 'be deleted'
authorBryce Harrington <bryce@osg.samsung.com>
Thu, 6 Apr 2017 18:14:09 +0000 (14:14 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 6 Apr 2017 18:14:09 +0000 (14:14 -0400)
Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4766

src/lib/ecore_evas/Ecore_Evas.h

index fd76431..196e2d3 100644 (file)
@@ -2154,12 +2154,12 @@ EAPI void        ecore_evas_size_step_get(const Ecore_Evas *ee, int *w, int *h);
  * This function makes the mouse cursor over @p ee be the image specified by
  * @p file. The actual point within the image that the mouse is at is specified
  * by @p hot_x and @p hot_y, which are coordinates with respect to the top left
- * corner of the cursor image. Cursor object will be delete with Ecore_Evas.
+ * corner of the cursor image. Cursor object will be deleted with Ecore_Evas.
  *
  * @note This function creates an object from the image and uses
  * ecore_evas_object_cursor_set().
  *
- * @warning Previos setted cursor will be delete.
+ * @warning Previously set cursor will be deleted.
  *
  * @see ecore_evas_object_cursor_set()
  * @see ecore_evas_cursor_unset()
@@ -2194,7 +2194,7 @@ EAPI void        ecore_evas_cursor_get(const Ecore_Evas *ee, Evas_Object **obj,
  * This function makes the mouse cursor over @p ee be the object specified by
  * @p obj. The actual point within the object that the mouse is at is specified
  * by @p hot_x and @p hot_y, which are coordinates with respect to the top left
- * corner of the cursor object. Cursor object will be delete with the Ecore_Evas.
+ * corner of the cursor object. Cursor object will be deleted with the Ecore_Evas.
  *
  * @see ecore_evas_cursor_set()
  */
@@ -2229,7 +2229,7 @@ EAPI Evas_Object*        ecore_evas_cursor_unset(Ecore_Evas *ee);
  * This function makes the mouse cursor over @p ee be the object specified by
  * @p obj. The actual point within the object that the mouse is at is specified
  * by @p hot_x and @p hot_y, which are coordinates with respect to the top left
- * corner of the cursor object. Cursor object will be delete with the Ecore_Evas.
+ * corner of the cursor object. Cursor object will be deleted with the Ecore_Evas.
  *
  * @since 1.19
  */