ecore_evas: fix 'be delete' to 'be deleted'

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4766
This commit is contained in:
Bryce Harrington 2017-04-06 14:14:09 -04:00 committed by Chris Michael
parent 1d5b65ab85
commit 65d7438466
1 changed files with 4 additions and 4 deletions

View 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
*/