ecore: fix typos in documentation

This commit is contained in:
Amitesh Singh 2015-09-28 15:49:11 +05:30
parent 27f313c2fe
commit 5f74afe4f7
1 changed files with 3 additions and 3 deletions

View File

@ -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