seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7c182a20684bc73a6e27bc0514a66815ae31a1b6
commit 7c182a20684bc73a6e27bc0514a66815ae31a1b6 Author: Daniel Juyung Seo <juyung....@samsung.com> Date: Mon Dec 16 00:46:14 2013 +0900 elm_win: fixed typo from the documentation. --- src/lib/elm_win_legacy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_win_legacy.h b/src/lib/elm_win_legacy.h index 2db727c..08b760a 100644 --- a/src/lib/elm_win_legacy.h +++ b/src/lib/elm_win_legacy.h @@ -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 * --