Fix typos - (Part #5)

Fix some typos

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D12019
This commit is contained in:
Elyes HAOUAS 2020-06-20 13:00:10 +00:00 committed by Stefan Schmidt
parent 3e7f317313
commit dc4fd17a9c
9 changed files with 14 additions and 14 deletions

View File

@ -478,7 +478,7 @@ edje_match_programs_exec_check_finals(const unsigned int *signal_finals,
unsigned int i; unsigned int i;
unsigned int j; unsigned int j;
/* when not enought memory, they could be NULL */ /* when not enough memory, they could be NULL */
if (!signal_finals || !source_finals) return EINA_TRUE; if (!signal_finals || !source_finals) return EINA_TRUE;
for (i = 0; i < signal_states->size; ++i) for (i = 0; i < signal_states->size; ++i)

View File

@ -932,7 +932,7 @@ eet_list(Eet_File *ef,
* @ingroup Eet_File_Group * @ingroup Eet_File_Group
* @brief Returns an iterator that will describe each entry of an Eet_File. * @brief Returns an iterator that will describe each entry of an Eet_File.
* @param ef A valid eet file handle. * @param ef A valid eet file handle.
* @return An interator of Eet_Entry. * @return An iterator of Eet_Entry.
* *
* @since 1.8.0 * @since 1.8.0
*/ */

View File

@ -65,7 +65,7 @@ struct Efreet_Menu_Internal
Eina_List *layout; /**< This menus layout */ Eina_List *layout; /**< This menus layout */
Eina_List *default_layout; /**< Default layout */ Eina_List *default_layout; /**< Default layout */
signed char show_empty; /**< Whether to show empty menus */ signed char show_empty; /**< Whether to show empty menus */
signed char in_line; /**< Whether this meny can be inlined */ signed char in_line; /**< Whether this menu can be inlined */
signed char inline_limit; /**< Number of elements which triggers inline */ signed char inline_limit; /**< Number of elements which triggers inline */
signed char inline_header; /**< Whether we should use the header name when this menu is inlined */ signed char inline_header; /**< Whether we should use the header name when this menu is inlined */
signed char inline_alias; /**< Whether we should use the menu name when inlining */ signed char inline_alias; /**< Whether we should use the menu name when inlining */
@ -143,7 +143,7 @@ struct Efreet_Menu_Layout
/* The items below are for Menuname Layout elements */ /* The items below are for Menuname Layout elements */
signed char show_empty; /**< Whether to show empty menus */ signed char show_empty; /**< Whether to show empty menus */
signed char in_line; /**< Whether this meny can be inlined */ signed char in_line; /**< Whether this menu can be inlined */
signed char inline_limit; /**< Number of elements which triggers inline */ signed char inline_limit; /**< Number of elements which triggers inline */
signed char inline_header; /**< Whether we should use the header name when this menu is inlined */ signed char inline_header; /**< Whether we should use the header name when this menu is inlined */
signed char inline_alias; /**< Whether we should use the menu name when inlining */ signed char inline_alias; /**< Whether we should use the menu name when inlining */

View File

@ -769,7 +769,7 @@ eio_file_associate_add(Eio_File *ls,
{ {
EINA_SAFETY_ON_NULL_RETURN_VAL(ls, EINA_FALSE); EINA_SAFETY_ON_NULL_RETURN_VAL(ls, EINA_FALSE);
EINA_SAFETY_ON_NULL_RETURN_VAL(key, EINA_FALSE); EINA_SAFETY_ON_NULL_RETURN_VAL(key, EINA_FALSE);
/* FIXME: Check if we are in the right worker thred */ /* FIXME: Check if we are in the right worker thread */
if (!ls->worker.associated) if (!ls->worker.associated)
ls->worker.associated = eina_hash_string_small_new(eio_associate_free); ls->worker.associated = eina_hash_string_small_new(eio_associate_free);
@ -785,7 +785,7 @@ eio_file_associate_direct_add(Eio_File *ls,
{ {
EINA_SAFETY_ON_NULL_RETURN_VAL(ls, EINA_FALSE); EINA_SAFETY_ON_NULL_RETURN_VAL(ls, EINA_FALSE);
EINA_SAFETY_ON_NULL_RETURN_VAL(key, EINA_FALSE); EINA_SAFETY_ON_NULL_RETURN_VAL(key, EINA_FALSE);
/* FIXME: Check if we are in the right worker thred */ /* FIXME: Check if we are in the right worker thread */
if (!ls->worker.associated) if (!ls->worker.associated)
ls->worker.associated = eina_hash_string_small_new(eio_associate_free); ls->worker.associated = eina_hash_string_small_new(eio_associate_free);

View File

@ -53,7 +53,7 @@ typedef struct stat _eio_stat_t;
# include <pwd.h> # include <pwd.h>
#endif #endif
/* Keeping 8 Eio_File_Progress alive should be enought */ /* Keeping 8 Eio_File_Progress alive should be enough */
#define EIO_PROGRESS_LIMIT 8 #define EIO_PROGRESS_LIMIT 8
/* Huge TLB == 16M on most system */ /* Huge TLB == 16M on most system */

View File

@ -21,7 +21,7 @@
* *
* <ul> * <ul>
* <li> @ref Eldbus_Core * <li> @ref Eldbus_Core
* <li> @ref Eldbus_Conneciton * <li> @ref Eldbus_Connection
* <li> @ref Eldbus_Object_Mapper * <li> @ref Eldbus_Object_Mapper
* <li> @ref Eldbus_Proxy * <li> @ref Eldbus_Proxy
* <li> @ref Eldbus_Message * <li> @ref Eldbus_Message

View File

@ -2,7 +2,7 @@
#define ELDBUS_CONNECTION_H 1 #define ELDBUS_CONNECTION_H 1
/** /**
* @defgroup Eldbus_Conneciton Connection * @defgroup Eldbus_Connection Connection
* @ingroup Eldbus * @ingroup Eldbus
* *
* @{ * @{

View File

@ -384,7 +384,7 @@ EAPI Eina_Bool eldbus_message_iter_fixed_array_get(Eldbus_Message_Iter *iter, in
* Eldbus_Message_Iter will be need. * Eldbus_Message_Iter will be need.
* *
* @param iter iterator * @param iter iterator
* @param signature of the complete data types on interator * @param signature of the complete data types on iterator
* @param ... pointers of where data will be stored * @param ... pointers of where data will be stored
* *
* @return EINA_FALSE if signature different from signature in iterator * @return EINA_FALSE if signature different from signature in iterator
@ -397,7 +397,7 @@ EAPI Eina_Bool eldbus_message_iter_arguments_get(Eldbus_Message_It
* Eldbus_Message_Iter will be need. * Eldbus_Message_Iter will be need.
* *
* @param iter iterator * @param iter iterator
* @param signature of the complete data types on interator * @param signature of the complete data types on iterator
* @param ap va_list of the pointers of where data will be stored * @param ap va_list of the pointers of where data will be stored
* *
* @return EINA_FALSE if signature different from signature in iterator * @return EINA_FALSE if signature different from signature in iterator

View File

@ -339,7 +339,7 @@ typedef enum
#ifdef EFL_BETA_API_SUPPORT #ifdef EFL_BETA_API_SUPPORT
EOLIAN_TYPE_BUILTIN_LIST, EOLIAN_TYPE_BUILTIN_LIST,
#else #else
// Placeholder when using release API only. Done to prevent offseting the value below. // Placeholder when using release API only. Done to prevent offsetting the value below.
EOLIAN_TYPE_BUILTIN_BETA_PLACEHOLDER1, EOLIAN_TYPE_BUILTIN_BETA_PLACEHOLDER1,
#endif #endif
@ -906,7 +906,7 @@ EAPI Eina_Bool eolian_state_all_eot_files_parse(Eolian_State *state);
/* /*
* @brief Perform additional checks on the state. * @brief Perform additional checks on the state.
* *
* This funciton performs additional checks that aren't crucial for the * This function performs additional checks that aren't crucial for the
* database integrity (that's checked as a part of the regular parse process, * database integrity (that's checked as a part of the regular parse process,
* so the database is guaranteed to be valid), but are important for proper * so the database is guaranteed to be valid), but are important for proper
* correctness. It is recommended that all available .eot and .eo files are * correctness. It is recommended that all available .eot and .eo files are
@ -1553,7 +1553,7 @@ EAPI const Eolian_Class *eolian_class_parent_get(const Eolian_Class *klass);
/* /*
* @brief Returns an iterator to the required classes of this mixin * @brief Returns an iterator to the required classes of this mixin
* *
* For none mixins this will return an empty iterator, for mixins this retuns a iterator that * For none mixins this will return an empty iterator, for mixins this returns a iterator that
* carries all the classes that are required by this passed mixin. * carries all the classes that are required by this passed mixin.
* *
* @param[in] klass the class * @param[in] klass the class