pixes -> pixels.

This commit is contained in:
Raphael Kubo da Costa 2013-06-26 16:26:35 +03:00
parent 3b8d6bf89a
commit 302d42b9af
1 changed files with 1 additions and 1 deletions

View File

@ -4464,7 +4464,7 @@ EAPI Eina_Bool evas_object_image_pixels_import(Evas_Object *
* @param data The data pointer to be passed to @a func.
*
* This functions sets a function to be the callback function that get
* pixes from a image of the canvas.
* pixels from a image of the canvas.
*
*/
EAPI void evas_object_image_pixels_get_callback_set(Evas_Object *obj, Evas_Object_Image_Pixels_Get_Cb func, void *data) EINA_ARG_NONNULL(1, 2);