ecore: fix misspellings

Misspellings found by codespell


SVN revision: 59821
This commit is contained in:
Lucas De Marchi 2011-05-30 16:17:07 +00:00
parent 20966bb8c4
commit 2f4bba5d15
6 changed files with 29 additions and 29 deletions

View File

@ -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->engine.func = (Ecore_Evas_Engine_Func *)&_ecore_x_engine_func;
ee->driver = "opengl_x11"; ee->driver = "opengl_x11";
ee->semi_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 doesnt 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 (disp_name) ee->name = strdup(disp_name);
if (w < 1) w = 1; if (w < 1) w = 1;

View File

@ -453,7 +453,7 @@ _ecore_file_mkpath_if_not_exists(const char *path)
* *
* This function creates @p path and all the subdirectories it * This function creates @p path and all the subdirectories it
* contains. The separator is '/' or '\'. If @p path exists, this * 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. * success, EINA_FALSE otherwise.
*/ */
EAPI Eina_Bool EAPI Eina_Bool

View File

@ -221,7 +221,7 @@ struct _Ecore_Win32_Event_Mouse_In
Ecore_Win32_Window *window; /**< The window that received the event */ Ecore_Win32_Window *window; /**< The window that received the event */
int x; /**< The x coordinate where the mouse leaved */ int x; /**< The x coordinate where the mouse leaved */
int y; /**< The y 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 */
}; };
/** /**
@ -233,7 +233,7 @@ struct _Ecore_Win32_Event_Mouse_Out
Ecore_Win32_Window *window; /**< The window that received the event */ Ecore_Win32_Window *window; /**< The window that received the event */
int x; /**< The x coordinate where the mouse leaved */ int x; /**< The x coordinate where the mouse leaved */
int y; /**< The y 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 struct _Ecore_Win32_Event_Window_Focus_In
{ {
Ecore_Win32_Window *window; /**< The window that received the event */ 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 struct _Ecore_Win32_Event_Window_Focus_Out
{ {
Ecore_Win32_Window *window; /**< The window that received the event */ 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 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 y; /**< The y coordinate of the top left corner of the damaged region */
int width; /**< The width of the damaged region */ int width; /**< The width of the damaged region */
int height; /**< The time the event occured */ int height; /**< The time the event occurred */
long time; /**< The time the event occured */ long time; /**< The time the event occurred */
}; };
/** /**
@ -277,7 +277,7 @@ struct _Ecore_Win32_Event_Window_Damage
struct _Ecore_Win32_Event_Window_Create struct _Ecore_Win32_Event_Window_Create
{ {
Ecore_Win32_Window *window; /**< The window that received the event */ 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 struct _Ecore_Win32_Event_Window_Destroy
{ {
Ecore_Win32_Window *window; /**< The window that received the event */ 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 struct _Ecore_Win32_Event_Window_Hide
{ {
Ecore_Win32_Window *window; /**< The window that received the event */ 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 struct _Ecore_Win32_Event_Window_Show
{ {
Ecore_Win32_Window *window; /**< The window that received the event */ 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 y; /**< The new y coordinate of the top left corner */
int width; /**< The new width */ int width; /**< The new width */
int height; /**< The new height */ 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 */ Ecore_Win32_Window *window; /**< The window that received the event */
int width; /**< The new width */ int width; /**< The new width */
int height; /**< The new height */ 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 struct _Ecore_Win32_Event_Window_Delete_Request
{ {
Ecore_Win32_Window *window; /**< The window that received the event */ Ecore_Win32_Window *window; /**< The window that received the event */
long time; /**< The time the event occured */ long time; /**< The time the event occurred */
}; };
/** /**

View File

@ -216,7 +216,7 @@ ecore_win32_cursor_free(Ecore_Win32_Cursor *cursor)
* @param shape The pre-defined shape of the cursor. * @param shape The pre-defined shape of the cursor.
* @return The new 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 * @p shape. This cursor does not need to be freed, as it is loaded
* from an existing resource. * from an existing resource.
*/ */

View File

@ -127,7 +127,7 @@ struct _Ecore_WinCE_Event_Mouse_In
Ecore_WinCE_Window *window; /**< The window that received the event */ Ecore_WinCE_Window *window; /**< The window that received the event */
int x; /**< The x coordinate where the mouse entered */ int x; /**< The x coordinate where the mouse entered */
int y; /**< The y 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 */ Ecore_WinCE_Window *window; /**< The window that received the event */
int x; /**< The x coordinate where the mouse leaved */ int x; /**< The x coordinate where the mouse leaved */
int y; /**< The y 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 struct _Ecore_WinCE_Event_Window_Focus_In
{ {
Ecore_WinCE_Window *window; /**< The window that received the event */ 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 struct _Ecore_WinCE_Event_Window_Focus_Out
{ {
Ecore_WinCE_Window *window; /**< The window that received the event */ 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 y; /**< The y coordinate of the top left corner of the damaged region */
int width; /**< The width of the damaged region */ int width; /**< The width of the damaged region */
int height; /**< The height 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 struct _Ecore_WinCE_Event_Window_Create
{ {
Ecore_WinCE_Window *window; /**< The window that received the event */ 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 struct _Ecore_WinCE_Event_Window_Destroy
{ {
Ecore_WinCE_Window *window; /**< The window that received the event */ 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 struct _Ecore_WinCE_Event_Window_Hide
{ {
Ecore_WinCE_Window *window; /**< The window that received the event */ 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 struct _Ecore_WinCE_Event_Window_Show
{ {
Ecore_WinCE_Window *window; /**< The window that received the event */ 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 struct _Ecore_WinCE_Event_Window_Delete_Request
{ {
Ecore_WinCE_Window *window; /**< The window that received the event */ Ecore_WinCE_Window *window; /**< The window that received the event */
long time; /**< The time the event occured */ long time; /**< The time the event occurred */
}; };

View File

@ -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 + const char *edid_ascii = (const char*)block +
_ECORE_X_RANDR_EDID_OFFSET_DESCRIPTOR_BLOCK_CONTENT; _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/ * seems to be specified by SPWG: http://www.spwg.org/
*/ */
ascii = malloc(sizeof(char) * _ECORE_X_RANDR_EDID_DISPLAY_DESCRIPTOR_BLOCK_CONTENT_LENGTH_MAX); 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 + const char *edid_serial = (const char*)block +
_ECORE_X_RANDR_EDID_OFFSET_DESCRIPTOR_BLOCK_CONTENT; _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/ * seems to be specified by SPWG: http://www.spwg.org/
*/ */
serial = malloc(sizeof(char) * _ECORE_X_RANDR_EDID_DISPLAY_DESCRIPTOR_BLOCK_CONTENT_LENGTH_MAX); serial = malloc(sizeof(char) * _ECORE_X_RANDR_EDID_DISPLAY_DESCRIPTOR_BLOCK_CONTENT_LENGTH_MAX);