From 7f631d4db116b1581b2a16d4d858349222bdf25c Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Mon, 14 Feb 2011 04:42:53 +0000 Subject: [PATCH] evas/evas_object_image - fixed an inccorect word in doxygen SVN revision: 57003 --- legacy/evas/src/lib/canvas/evas_object_image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/canvas/evas_object_image.c b/legacy/evas/src/lib/canvas/evas_object_image.c index 488ba3dd05..8f715616c5 100644 --- a/legacy/evas/src/lib/canvas/evas_object_image.c +++ b/legacy/evas/src/lib/canvas/evas_object_image.c @@ -1757,7 +1757,7 @@ evas_object_image_load_dpi_get(const Evas_Object *obj) * * @param obj The given canvas object. * @param w The new width of the canvas image given. - * @param h Th new height of the canvas image given. + * @param h The new height of the canvas image given. * * This function sets a new size for the given canvas image. *