diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h index 07bd187fe7..cc514bb6e0 100644 --- a/src/lib/ecore/Ecore_Common.h +++ b/src/lib/ecore/Ecore_Common.h @@ -953,7 +953,7 @@ typedef enum _Ecore_Exe_Flags Ecore_Exe_Flags; /** * @enum _Ecore_Exe_Win32_Priority - * Defines the priority of the proccess. + * Defines the priority of the process. */ enum _Ecore_Exe_Win32_Priority { @@ -1053,7 +1053,7 @@ EAPI void ecore_exe_run_priority_set(int pri); /** * Gets the priority at which to launch processes * - * This gets ths priority of launched processes. See + * This gets the priority of launched processes. See * ecore_exe_run_priority_set() for details. This just returns the value set * by this call. * @@ -2481,7 +2481,7 @@ EAPI void ecore_app_args_set(int argc, const char **argv); * @param argc A pointer to the return value to hold argc * @param argv A pointer to the return value to hold argv * - * When called, this funciton returns the arguments for the program stored by + * When called, this function returns the arguments for the program stored by * ecore_app_args_set(). The integer pointed to by @p argc will be filled, if * the pointer is not NULL, and the string array pointer @p argv will be filled * also if the pointer is not NULL. The values they are filled with will be the