From 925c258e6b58c8f5a95c2f8fc6ca85ca7856c455 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Mon, 30 Jun 2014 18:06:08 +0200 Subject: [PATCH] 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 00b7ff21e3..239fe9d4e0 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()