From 78040bd2d256a8a3f9db312f66fb111d5a9b6006 Mon Sep 17 00:00:00 2001 From: lucas Date: Mon, 30 May 2011 16:17:07 +0000 Subject: [PATCH] ecore: fix misspellings Misspellings found by codespell git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@59821 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_evas/ecore_evas_x.c | 4 ++-- src/lib/ecore_file/ecore_file.c | 2 +- src/lib/ecore_win32/Ecore_Win32.h | 26 +++++++++++++------------- src/lib/ecore_win32/ecore_win32_cursor.c | 2 +- src/lib/ecore_wince/Ecore_WinCE.h | 20 ++++++++++---------- src/lib/ecore_x/xlib/ecore_x_randr_12_edid.c | 4 ++-- 6 files changed, 29 insertions(+), 29 deletions(-) diff --git a/src/lib/ecore_evas/ecore_evas_x.c b/src/lib/ecore_evas/ecore_evas_x.c index bed4385..591a210 100644 --- a/src/lib/ecore_evas/ecore_evas_x.c +++ b/src/lib/ecore_evas/ecore_evas_x.c @@ -3476,8 +3476,8 @@ ecore_evas_gl_x11_options_new(const char *disp_name, Ecore_X_Window parent, ee->engine.func = (Ecore_Evas_Engine_Func *)&_ecore_x_engine_func; ee->driver = "opengl_x11"; - ee->semi_sync = 1; // gl engine doesnt need to sync - its whole swaps -// ee->no_comp_sync = 1; // gl engine doesnt need to sync - its whole swaps + ee->semi_sync = 1; // gl engine doesn't need to sync - its whole swaps +// ee->no_comp_sync = 1; // gl engine doesn't need to sync - its whole swaps if (disp_name) ee->name = strdup(disp_name); if (w < 1) w = 1; diff --git a/src/lib/ecore_file/ecore_file.c b/src/lib/ecore_file/ecore_file.c index f4bcea4..03ab703 100644 --- a/src/lib/ecore_file/ecore_file.c +++ b/src/lib/ecore_file/ecore_file.c @@ -453,7 +453,7 @@ _ecore_file_mkpath_if_not_exists(const char *path) * * This function creates @p path and all the subdirectories it * contains. The separator is '/' or '\'. If @p path exists, this - * function returns EINA_TRUE immediatly. It returns EINA_TRUE on + * function returns EINA_TRUE immediately. It returns EINA_TRUE on * success, EINA_FALSE otherwise. */ EAPI Eina_Bool diff --git a/src/lib/ecore_win32/Ecore_Win32.h b/src/lib/ecore_win32/Ecore_Win32.h index 9141335..bdfb1c8 100644 --- a/src/lib/ecore_win32/Ecore_Win32.h +++ b/src/lib/ecore_win32/Ecore_Win32.h @@ -221,7 +221,7 @@ struct _Ecore_Win32_Event_Mouse_In Ecore_Win32_Window *window; /**< The window that received the event */ int x; /**< The x coordinate where the mouse leaved */ int y; /**< The y coordinate where the mouse entered */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; /** @@ -233,7 +233,7 @@ struct _Ecore_Win32_Event_Mouse_Out Ecore_Win32_Window *window; /**< The window that received the event */ int x; /**< The x coordinate where the mouse leaved */ int y; /**< The y coordinate where the mouse leaved */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; /** @@ -243,7 +243,7 @@ struct _Ecore_Win32_Event_Mouse_Out struct _Ecore_Win32_Event_Window_Focus_In { Ecore_Win32_Window *window; /**< The window that received the event */ - long long time; /**< The time the event occured */ + long long time; /**< The time the event occurred */ }; /** @@ -253,7 +253,7 @@ struct _Ecore_Win32_Event_Window_Focus_In struct _Ecore_Win32_Event_Window_Focus_Out { Ecore_Win32_Window *window; /**< The window that received the event */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; /** @@ -266,8 +266,8 @@ struct _Ecore_Win32_Event_Window_Damage int x; /**< The x coordinate of the top left corner of the damaged region */ int y; /**< The y coordinate of the top left corner of the damaged region */ int width; /**< The width of the damaged region */ - int height; /**< The time the event occured */ - long time; /**< The time the event occured */ + int height; /**< The time the event occurred */ + long time; /**< The time the event occurred */ }; /** @@ -277,7 +277,7 @@ struct _Ecore_Win32_Event_Window_Damage struct _Ecore_Win32_Event_Window_Create { Ecore_Win32_Window *window; /**< The window that received the event */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; /** @@ -287,7 +287,7 @@ struct _Ecore_Win32_Event_Window_Create struct _Ecore_Win32_Event_Window_Destroy { Ecore_Win32_Window *window; /**< The window that received the event */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; /** @@ -297,7 +297,7 @@ struct _Ecore_Win32_Event_Window_Destroy struct _Ecore_Win32_Event_Window_Hide { Ecore_Win32_Window *window; /**< The window that received the event */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; /** @@ -307,7 +307,7 @@ struct _Ecore_Win32_Event_Window_Hide struct _Ecore_Win32_Event_Window_Show { Ecore_Win32_Window *window; /**< The window that received the event */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; /** @@ -322,7 +322,7 @@ struct _Ecore_Win32_Event_Window_Configure int y; /**< The new y coordinate of the top left corner */ int width; /**< The new width */ int height; /**< The new height */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; /** @@ -334,7 +334,7 @@ struct _Ecore_Win32_Event_Window_Resize Ecore_Win32_Window *window; /**< The window that received the event */ int width; /**< The new width */ int height; /**< The new height */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; /** @@ -344,7 +344,7 @@ struct _Ecore_Win32_Event_Window_Resize struct _Ecore_Win32_Event_Window_Delete_Request { Ecore_Win32_Window *window; /**< The window that received the event */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; /** diff --git a/src/lib/ecore_win32/ecore_win32_cursor.c b/src/lib/ecore_win32/ecore_win32_cursor.c index e842259..9a5a7eb 100644 --- a/src/lib/ecore_win32/ecore_win32_cursor.c +++ b/src/lib/ecore_win32/ecore_win32_cursor.c @@ -216,7 +216,7 @@ ecore_win32_cursor_free(Ecore_Win32_Cursor *cursor) * @param shape The pre-defined shape of the cursor. * @return The new cursor. * - * This funtion returns a pre-defined cursor with a specified + * This function returns a pre-defined cursor with a specified * @p shape. This cursor does not need to be freed, as it is loaded * from an existing resource. */ diff --git a/src/lib/ecore_wince/Ecore_WinCE.h b/src/lib/ecore_wince/Ecore_WinCE.h index 027c4b4..681b334 100644 --- a/src/lib/ecore_wince/Ecore_WinCE.h +++ b/src/lib/ecore_wince/Ecore_WinCE.h @@ -127,7 +127,7 @@ struct _Ecore_WinCE_Event_Mouse_In Ecore_WinCE_Window *window; /**< The window that received the event */ int x; /**< The x coordinate where the mouse entered */ int y; /**< The y coordinate where the mouse entered */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; /** @@ -139,7 +139,7 @@ struct _Ecore_WinCE_Event_Mouse_Out Ecore_WinCE_Window *window; /**< The window that received the event */ int x; /**< The x coordinate where the mouse leaved */ int y; /**< The y coordinate where the mouse leaved */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; /** @@ -149,7 +149,7 @@ struct _Ecore_WinCE_Event_Mouse_Out struct _Ecore_WinCE_Event_Window_Focus_In { Ecore_WinCE_Window *window; /**< The window that received the event */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; /** @@ -159,7 +159,7 @@ struct _Ecore_WinCE_Event_Window_Focus_In struct _Ecore_WinCE_Event_Window_Focus_Out { Ecore_WinCE_Window *window; /**< The window that received the event */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; /** @@ -173,7 +173,7 @@ struct _Ecore_WinCE_Event_Window_Damage int y; /**< The y coordinate of the top left corner of the damaged region */ int width; /**< The width of the damaged region */ int height; /**< The height of the damaged region */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; /** @@ -183,7 +183,7 @@ struct _Ecore_WinCE_Event_Window_Damage struct _Ecore_WinCE_Event_Window_Create { Ecore_WinCE_Window *window; /**< The window that received the event */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; /** @@ -193,7 +193,7 @@ struct _Ecore_WinCE_Event_Window_Create struct _Ecore_WinCE_Event_Window_Destroy { Ecore_WinCE_Window *window; /**< The window that received the event */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; /** @@ -203,7 +203,7 @@ struct _Ecore_WinCE_Event_Window_Destroy struct _Ecore_WinCE_Event_Window_Hide { Ecore_WinCE_Window *window; /**< The window that received the event */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; /** @@ -213,7 +213,7 @@ struct _Ecore_WinCE_Event_Window_Hide struct _Ecore_WinCE_Event_Window_Show { Ecore_WinCE_Window *window; /**< The window that received the event */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; /** @@ -223,7 +223,7 @@ struct _Ecore_WinCE_Event_Window_Show struct _Ecore_WinCE_Event_Window_Delete_Request { Ecore_WinCE_Window *window; /**< The window that received the event */ - long time; /**< The time the event occured */ + long time; /**< The time the event occurred */ }; diff --git a/src/lib/ecore_x/xlib/ecore_x_randr_12_edid.c b/src/lib/ecore_x/xlib/ecore_x_randr_12_edid.c index dadfc92..baf58b8 100644 --- a/src/lib/ecore_x/xlib/ecore_x_randr_12_edid.c +++ b/src/lib/ecore_x/xlib/ecore_x_randr_12_edid.c @@ -267,7 +267,7 @@ ecore_x_randr_edid_display_ascii_get(unsigned char *edid, unsigned long edid_len const char *edid_ascii = (const char*)block + _ECORE_X_RANDR_EDID_OFFSET_DESCRIPTOR_BLOCK_CONTENT; /* - * TODO: Two of these in a row, in the third and fouth slots, + * TODO: Two of these in a row, in the third and fourth slots, * seems to be specified by SPWG: http://www.spwg.org/ */ ascii = malloc(sizeof(char) * _ECORE_X_RANDR_EDID_DISPLAY_DESCRIPTOR_BLOCK_CONTENT_LENGTH_MAX); @@ -299,7 +299,7 @@ ecore_x_randr_edid_display_serial_get(unsigned char *edid, unsigned long edid_le const char *edid_serial = (const char*)block + _ECORE_X_RANDR_EDID_OFFSET_DESCRIPTOR_BLOCK_CONTENT; /* - * TODO: Two of these in a row, in the third and fouth slots, + * TODO: Two of these in a row, in the third and fourth slots, * seems to be specified by SPWG: http://www.spwg.org/ */ serial = malloc(sizeof(char) * _ECORE_X_RANDR_EDID_DISPLAY_DESCRIPTOR_BLOCK_CONTENT_LENGTH_MAX); -- 2.7.4