elm_win: fixed typo from the documentation.

This commit is contained in:
Daniel Juyung Seo 2013-12-16 00:46:14 +09:00
parent 8dddea297d
commit 6c3e744537
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ EAPI void elm_win_layer_set(Evas_Object *obj, int layer);
EAPI int elm_win_layer_get(const Evas_Object *obj);
/**
* This pushes (incriments) the norender counter on the window
* This pushes (increments) the norender counter on the window
*
* @param obj The window object
*