cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=925c258e6b58c8f5a95c2f8fc6ca85ca7856c455

commit 925c258e6b58c8f5a95c2f8fc6ca85ca7856c455
Author: Vincent Torri <[email protected]>
Date:   Mon Jun 30 18:06:08 2014 +0200

    Ecore_Win32: fix typo in doc
---
 src/lib/ecore_win32/ecore_win32_window.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/ecore_win32/ecore_win32_window.c 
b/src/lib/ecore_win32/ecore_win32_window.c
index 00b7ff2..239fe9d 100644
--- a/src/lib/ecore_win32/ecore_win32_window.c
+++ b/src/lib/ecore_win32/ecore_win32_window.c
@@ -175,7 +175,7 @@ ecore_win32_window_internal_new(Ecore_Win32_Window *parent,
  * @param x The x coordinate of the top-left corner of the window.
  * @param y The y coordinate of the top-left corner of the window.
  * @param width The width of the window.
- * @param height The height of hte window.
+ * @param height The height of the window.
  * @return A newly allocated window.
  *
  * This function creates a new window which parent is @p parent. @p width and
@@ -207,7 +207,7 @@ ecore_win32_window_new(Ecore_Win32_Window *parent,
  * @param x The x coordinate of the top-left corner of the window.
  * @param y The y coordinate of the top-left corner of the window.
  * @param width The width of the window.
- * @param height The height of hte window.
+ * @param height The height of the window.
  * @return A newly allocated window.
  *
  * This function is the same than ecore_win32_window_override_new()

-- 


Reply via email to