hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=76c7b9a275e702497219711ab3c5eefab289d2a1
commit 76c7b9a275e702497219711ab3c5eefab289d2a1 Author: ChunEon Park <her...@hermet.pe.kr> Date: Sat Nov 9 17:07:35 2013 +0900 evas/image - fixed typo. --- src/lib/evas/canvas/evas_object_image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/canvas/evas_object_image.c b/src/lib/evas/canvas/evas_object_image.c index 353435b..fa808d0 100644 --- a/src/lib/evas/canvas/evas_object_image.c +++ b/src/lib/evas/canvas/evas_object_image.c @@ -3268,7 +3268,7 @@ _proxy_error(Evas_Object *eo_proxy, void *context, void *output, void *surface, /** * Render the source object when a proxy is set. * - * Used to force a draw if necessary, else just makes sures it's available. + * Used to force a draw if necessary, else just makes sure it's available. */ static void _proxy_subrender(Evas *eo_e, Evas_Object *eo_source, Evas_Object *eo_proxy, Evas_Object_Protected_Data *proxy_obj, Eina_Bool do_async) --