ecore_evas: fix typo in ecore_evas.c

SVN revision: 74527
This commit is contained in:
Jihoon Kim 2012-07-28 09:26:06 +00:00
parent 090a00a9ca
commit 00da35f8ba
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ _ecore_evas_idle_enter(void *data __UNUSED__)
}
/**
* Query if a particular renginering engine target has support
* Query if a particular rendering engine target has support
* @param engine The engine to check support for
* @return 1 if the particular engine is supported, 0 if it is not
*