diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2014-06-30 18:06:08 +0200 |
---|---|---|
committer | Cedric BAIL <c.bail@partner.samsung.com> | 2014-07-09 14:26:26 +0200 |
commit | 925c258e6b58c8f5a95c2f8fc6ca85ca7856c455 (patch) | |
tree | 276a50bcd13b64b3c0cc103fb9a0f5e8fbf1bbb2 /src/lib/ecore_win32/ecore_win32_window.c | |
parent | a299916d84aedae9929c24bce3b83007719f2f73 (diff) |
Ecore_Win32: fix typo in doc
Diffstat (limited to 'src/lib/ecore_win32/ecore_win32_window.c')
-rw-r--r-- | src/lib/ecore_win32/ecore_win32_window.c | 4 |
1 files 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, | |||
175 | * @param x The x coordinate of the top-left corner of the window. | 175 | * @param x The x coordinate of the top-left corner of the window. |
176 | * @param y The y coordinate of the top-left corner of the window. | 176 | * @param y The y coordinate of the top-left corner of the window. |
177 | * @param width The width of the window. | 177 | * @param width The width of the window. |
178 | * @param height The height of hte window. | 178 | * @param height The height of the window. |
179 | * @return A newly allocated window. | 179 | * @return A newly allocated window. |
180 | * | 180 | * |
181 | * This function creates a new window which parent is @p parent. @p width and | 181 | * 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, | |||
207 | * @param x The x coordinate of the top-left corner of the window. | 207 | * @param x The x coordinate of the top-left corner of the window. |
208 | * @param y The y coordinate of the top-left corner of the window. | 208 | * @param y The y coordinate of the top-left corner of the window. |
209 | * @param width The width of the window. | 209 | * @param width The width of the window. |
210 | * @param height The height of hte window. | 210 | * @param height The height of the window. |
211 | * @return A newly allocated window. | 211 | * @return A newly allocated window. |
212 | * | 212 | * |
213 | * This function is the same than ecore_win32_window_override_new() | 213 | * This function is the same than ecore_win32_window_override_new() |