evas Evas.h: Fixed typo.

SVN revision: 63640
This commit is contained in:
Daniel Juyung Seo 2011-09-28 09:14:40 +00:00
parent 796600d1a5
commit 3adea31a4a
1 changed files with 1 additions and 1 deletions

View File

@ -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().
*