elm_win: fixed typo from the documentation.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Sun, 15 Dec 2013 15:46:14 +0000 (00:46 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Sun, 15 Dec 2013 15:46:14 +0000 (00:46 +0900)
legacy/elementary/src/lib/elm_win_legacy.h

index 2db727c..08b760a 100644 (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
  *