From: Vincent Torri Date: Mon, 30 Jun 2014 16:06:08 +0000 (+0200) Subject: Ecore_Win32: fix typo in doc X-Git-Tag: upstream/1.10.0+1149+ga3a15b1~283 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=925c258e6b58c8f5a95c2f8fc6ca85ca7856c455;p=platform%2Fupstream%2Fefl.git Ecore_Win32: fix typo in doc --- 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()