From: seoz Date: Wed, 28 Sep 2011 09:14:40 +0000 (+0000) Subject: evas Evas.h: Fixed typo. X-Git-Tag: 2.0_alpha~240^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6bea7d9017a7ca705757005810a2e258be4d8cd4;p=framework%2Fuifw%2Fevas.git evas Evas.h: Fixed typo. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@63640 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Evas.h b/src/lib/Evas.h index 4cc8584..676c5c2 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -1034,7 +1034,7 @@ typedef void (*Evas_Async_Events_Put_Cb)(void *target, Evas_Callback_Type t * @return The init counter value. * * This function initializes Evas and increments a counter of the - * number of calls to it. It returs the new counter's value. + * number of calls to it. It returns the new counter's value. * * @see evas_shutdown(). *