Ecore_Win32: fix typo in doc
authorVincent Torri <vincent.torri@gmail.com>
Mon, 30 Jun 2014 16:06:08 +0000 (18:06 +0200)
committerCedric BAIL <c.bail@partner.samsung.com>
Wed, 9 Jul 2014 12:26:26 +0000 (14:26 +0200)
src/lib/ecore_win32/ecore_win32_window.c

index 00b7ff2..239fe9d 100644 (file)
@@ -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()