pixes -> pixels.
authorRaphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Wed, 26 Jun 2013 13:26:35 +0000 (16:26 +0300)
committerRaphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Wed, 26 Jun 2013 13:26:35 +0000 (16:26 +0300)
src/lib/evas/Evas_Legacy.h

index 67f1749..f359b02 100644 (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);