ecore Ecore_Evas.h: Fixed documentation typo.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68624
This commit is contained in:
Daniel Juyung Seo 2012-03-02 12:07:52 +00:00 committed by Daniel Juyung Seo
parent ec50196c86
commit 836dda0058
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ extern "C" {
/**
* @defgroup Ecore_Evas_Group Ecore_Evas wrapper/helper set of functions
*
* Ecore evas is a set functions that make it easy to tie together ecore's main
* loop and input handling to evas. As such it's a natural base for EFL
* Ecore evas is a set of functions that makes it easy to tie together ecore's
* main loop and input handling to evas. As such it's a natural base for EFL
* applications. While this combination makes it easy to create the basic
* aspects all applications need, for normal applications(ones with buttons,
* checkboxes and layouts) one should consider using Elementary.