From 302d42b9afff7d9a77cefc12cc9029f26396f37d Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Wed, 26 Jun 2013 16:26:35 +0300 Subject: [PATCH] pixes -> pixels. --- src/lib/evas/Evas_Legacy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index 67f1749726..f359b0218b 100644 --- a/src/lib/evas/Evas_Legacy.h +++ b/src/lib/evas/Evas_Legacy.h @@ -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);