diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-06-20 13:00:10 +0000 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2020-06-25 09:03:07 +0200 |
commit | dc4fd17a9c131d4154b828810fd16231c5968470 (patch) | |
tree | ff669871af022dc01abed24554988a94c6881fd6 | |
parent | 3e7f317313687aef41f0c21b2af990f98afd0682 (diff) |
Fix typos - (Part #5)
Fix some typos
Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D12019
-rw-r--r-- | src/lib/edje/edje_match.c | 2 | ||||
-rw-r--r-- | src/lib/eet/Eet.h | 2 | ||||
-rw-r--r-- | src/lib/efreet/efreet_menu.c | 4 | ||||
-rw-r--r-- | src/lib/eio/eio_file.c | 4 | ||||
-rw-r--r-- | src/lib/eio/eio_private.h | 2 | ||||
-rw-r--r-- | src/lib/eldbus/Eldbus.h | 2 | ||||
-rw-r--r-- | src/lib/eldbus/eldbus_connection.h | 2 | ||||
-rw-r--r-- | src/lib/eldbus/eldbus_message.h | 4 | ||||
-rw-r--r-- | src/lib/eolian/Eolian.h | 6 |
9 files changed, 14 insertions, 14 deletions
diff --git a/src/lib/edje/edje_match.c b/src/lib/edje/edje_match.c index c58c91e53d..021a891856 100644 --- a/src/lib/edje/edje_match.c +++ b/src/lib/edje/edje_match.c | |||
@@ -478,7 +478,7 @@ edje_match_programs_exec_check_finals(const unsigned int *signal_finals, | |||
478 | unsigned int i; | 478 | unsigned int i; |
479 | unsigned int j; | 479 | unsigned int j; |
480 | 480 | ||
481 | /* when not enought memory, they could be NULL */ | 481 | /* when not enough memory, they could be NULL */ |
482 | if (!signal_finals || !source_finals) return EINA_TRUE; | 482 | if (!signal_finals || !source_finals) return EINA_TRUE; |
483 | 483 | ||
484 | for (i = 0; i < signal_states->size; ++i) | 484 | for (i = 0; i < signal_states->size; ++i) |
diff --git a/src/lib/eet/Eet.h b/src/lib/eet/Eet.h index c3016d9b67..ef7832914c 100644 --- a/src/lib/eet/Eet.h +++ b/src/lib/eet/Eet.h | |||
@@ -932,7 +932,7 @@ eet_list(Eet_File *ef, | |||
932 | * @ingroup Eet_File_Group | 932 | * @ingroup Eet_File_Group |
933 | * @brief Returns an iterator that will describe each entry of an Eet_File. | 933 | * @brief Returns an iterator that will describe each entry of an Eet_File. |
934 | * @param ef A valid eet file handle. | 934 | * @param ef A valid eet file handle. |
935 | * @return An interator of Eet_Entry. | 935 | * @return An iterator of Eet_Entry. |
936 | * | 936 | * |
937 | * @since 1.8.0 | 937 | * @since 1.8.0 |
938 | */ | 938 | */ |
diff --git a/src/lib/efreet/efreet_menu.c b/src/lib/efreet/efreet_menu.c index e45cb678b4..890934fc22 100644 --- a/src/lib/efreet/efreet_menu.c +++ b/src/lib/efreet/efreet_menu.c | |||
@@ -65,7 +65,7 @@ struct Efreet_Menu_Internal | |||
65 | Eina_List *layout; /**< This menus layout */ | 65 | Eina_List *layout; /**< This menus layout */ |
66 | Eina_List *default_layout; /**< Default layout */ | 66 | Eina_List *default_layout; /**< Default layout */ |
67 | signed char show_empty; /**< Whether to show empty menus */ | 67 | signed char show_empty; /**< Whether to show empty menus */ |
68 | signed char in_line; /**< Whether this meny can be inlined */ | 68 | signed char in_line; /**< Whether this menu can be inlined */ |
69 | signed char inline_limit; /**< Number of elements which triggers inline */ | 69 | signed char inline_limit; /**< Number of elements which triggers inline */ |
70 | signed char inline_header; /**< Whether we should use the header name when this menu is inlined */ | 70 | signed char inline_header; /**< Whether we should use the header name when this menu is inlined */ |
71 | signed char inline_alias; /**< Whether we should use the menu name when inlining */ | 71 | signed char inline_alias; /**< Whether we should use the menu name when inlining */ |
@@ -143,7 +143,7 @@ struct Efreet_Menu_Layout | |||
143 | 143 | ||
144 | /* The items below are for Menuname Layout elements */ | 144 | /* The items below are for Menuname Layout elements */ |
145 | signed char show_empty; /**< Whether to show empty menus */ | 145 | signed char show_empty; /**< Whether to show empty menus */ |
146 | signed char in_line; /**< Whether this meny can be inlined */ | 146 | signed char in_line; /**< Whether this menu can be inlined */ |
147 | signed char inline_limit; /**< Number of elements which triggers inline */ | 147 | signed char inline_limit; /**< Number of elements which triggers inline */ |
148 | signed char inline_header; /**< Whether we should use the header name when this menu is inlined */ | 148 | signed char inline_header; /**< Whether we should use the header name when this menu is inlined */ |
149 | signed char inline_alias; /**< Whether we should use the menu name when inlining */ | 149 | signed char inline_alias; /**< Whether we should use the menu name when inlining */ |
diff --git a/src/lib/eio/eio_file.c b/src/lib/eio/eio_file.c index d66b035404..ae36d50ac7 100644 --- a/src/lib/eio/eio_file.c +++ b/src/lib/eio/eio_file.c | |||
@@ -769,7 +769,7 @@ eio_file_associate_add(Eio_File *ls, | |||
769 | { | 769 | { |
770 | EINA_SAFETY_ON_NULL_RETURN_VAL(ls, EINA_FALSE); | 770 | EINA_SAFETY_ON_NULL_RETURN_VAL(ls, EINA_FALSE); |
771 | EINA_SAFETY_ON_NULL_RETURN_VAL(key, EINA_FALSE); | 771 | EINA_SAFETY_ON_NULL_RETURN_VAL(key, EINA_FALSE); |
772 | /* FIXME: Check if we are in the right worker thred */ | 772 | /* FIXME: Check if we are in the right worker thread */ |
773 | if (!ls->worker.associated) | 773 | if (!ls->worker.associated) |
774 | ls->worker.associated = eina_hash_string_small_new(eio_associate_free); | 774 | ls->worker.associated = eina_hash_string_small_new(eio_associate_free); |
775 | 775 | ||
@@ -785,7 +785,7 @@ eio_file_associate_direct_add(Eio_File *ls, | |||
785 | { | 785 | { |
786 | EINA_SAFETY_ON_NULL_RETURN_VAL(ls, EINA_FALSE); | 786 | EINA_SAFETY_ON_NULL_RETURN_VAL(ls, EINA_FALSE); |
787 | EINA_SAFETY_ON_NULL_RETURN_VAL(key, EINA_FALSE); | 787 | EINA_SAFETY_ON_NULL_RETURN_VAL(key, EINA_FALSE); |
788 | /* FIXME: Check if we are in the right worker thred */ | 788 | /* FIXME: Check if we are in the right worker thread */ |
789 | if (!ls->worker.associated) | 789 | if (!ls->worker.associated) |
790 | ls->worker.associated = eina_hash_string_small_new(eio_associate_free); | 790 | ls->worker.associated = eina_hash_string_small_new(eio_associate_free); |
791 | 791 | ||
diff --git a/src/lib/eio/eio_private.h b/src/lib/eio/eio_private.h index e8f9c856a4..3fd2c09237 100644 --- a/src/lib/eio/eio_private.h +++ b/src/lib/eio/eio_private.h | |||
@@ -53,7 +53,7 @@ typedef struct stat _eio_stat_t; | |||
53 | # include <pwd.h> | 53 | # include <pwd.h> |
54 | #endif | 54 | #endif |
55 | 55 | ||
56 | /* Keeping 8 Eio_File_Progress alive should be enought */ | 56 | /* Keeping 8 Eio_File_Progress alive should be enough */ |
57 | #define EIO_PROGRESS_LIMIT 8 | 57 | #define EIO_PROGRESS_LIMIT 8 |
58 | 58 | ||
59 | /* Huge TLB == 16M on most system */ | 59 | /* Huge TLB == 16M on most system */ |
diff --git a/src/lib/eldbus/Eldbus.h b/src/lib/eldbus/Eldbus.h index 808084231e..d307c384ed 100644 --- a/src/lib/eldbus/Eldbus.h +++ b/src/lib/eldbus/Eldbus.h | |||
@@ -21,7 +21,7 @@ | |||
21 | * | 21 | * |
22 | * <ul> | 22 | * <ul> |
23 | * <li> @ref Eldbus_Core | 23 | * <li> @ref Eldbus_Core |
24 | * <li> @ref Eldbus_Conneciton | 24 | * <li> @ref Eldbus_Connection |
25 | * <li> @ref Eldbus_Object_Mapper | 25 | * <li> @ref Eldbus_Object_Mapper |
26 | * <li> @ref Eldbus_Proxy | 26 | * <li> @ref Eldbus_Proxy |
27 | * <li> @ref Eldbus_Message | 27 | * <li> @ref Eldbus_Message |
diff --git a/src/lib/eldbus/eldbus_connection.h b/src/lib/eldbus/eldbus_connection.h index 5615162028..df20c1726b 100644 --- a/src/lib/eldbus/eldbus_connection.h +++ b/src/lib/eldbus/eldbus_connection.h | |||
@@ -2,7 +2,7 @@ | |||
2 | #define ELDBUS_CONNECTION_H 1 | 2 | #define ELDBUS_CONNECTION_H 1 |
3 | 3 | ||
4 | /** | 4 | /** |
5 | * @defgroup Eldbus_Conneciton Connection | 5 | * @defgroup Eldbus_Connection Connection |
6 | * @ingroup Eldbus | 6 | * @ingroup Eldbus |
7 | * | 7 | * |
8 | * @{ | 8 | * @{ |
diff --git a/src/lib/eldbus/eldbus_message.h b/src/lib/eldbus/eldbus_message.h index dbb9e0c919..7986d6911e 100644 --- a/src/lib/eldbus/eldbus_message.h +++ b/src/lib/eldbus/eldbus_message.h | |||
@@ -384,7 +384,7 @@ EAPI Eina_Bool eldbus_message_iter_fixed_array_get(Eldbus_Message_Iter *iter, in | |||
384 | * Eldbus_Message_Iter will be need. | 384 | * Eldbus_Message_Iter will be need. |
385 | * | 385 | * |
386 | * @param iter iterator | 386 | * @param iter iterator |
387 | * @param signature of the complete data types on interator | 387 | * @param signature of the complete data types on iterator |
388 | * @param ... pointers of where data will be stored | 388 | * @param ... pointers of where data will be stored |
389 | * | 389 | * |
390 | * @return EINA_FALSE if signature different from signature in iterator | 390 | * @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 | |||
397 | * Eldbus_Message_Iter will be need. | 397 | * Eldbus_Message_Iter will be need. |
398 | * | 398 | * |
399 | * @param iter iterator | 399 | * @param iter iterator |
400 | * @param signature of the complete data types on interator | 400 | * @param signature of the complete data types on iterator |
401 | * @param ap va_list of the pointers of where data will be stored | 401 | * @param ap va_list of the pointers of where data will be stored |
402 | * | 402 | * |
403 | * @return EINA_FALSE if signature different from signature in iterator | 403 | * @return EINA_FALSE if signature different from signature in iterator |
diff --git a/src/lib/eolian/Eolian.h b/src/lib/eolian/Eolian.h index 3d3db0ee7b..be2845630a 100644 --- a/src/lib/eolian/Eolian.h +++ b/src/lib/eolian/Eolian.h | |||
@@ -339,7 +339,7 @@ typedef enum | |||
339 | #ifdef EFL_BETA_API_SUPPORT | 339 | #ifdef EFL_BETA_API_SUPPORT |
340 | EOLIAN_TYPE_BUILTIN_LIST, | 340 | EOLIAN_TYPE_BUILTIN_LIST, |
341 | #else | 341 | #else |
342 | // Placeholder when using release API only. Done to prevent offseting the value below. | 342 | // Placeholder when using release API only. Done to prevent offsetting the value below. |
343 | EOLIAN_TYPE_BUILTIN_BETA_PLACEHOLDER1, | 343 | EOLIAN_TYPE_BUILTIN_BETA_PLACEHOLDER1, |
344 | #endif | 344 | #endif |
345 | 345 | ||
@@ -906,7 +906,7 @@ EAPI Eina_Bool eolian_state_all_eot_files_parse(Eolian_State *state); | |||
906 | /* | 906 | /* |
907 | * @brief Perform additional checks on the state. | 907 | * @brief Perform additional checks on the state. |
908 | * | 908 | * |
909 | * This funciton performs additional checks that aren't crucial for the | 909 | * This function performs additional checks that aren't crucial for the |
910 | * database integrity (that's checked as a part of the regular parse process, | 910 | * database integrity (that's checked as a part of the regular parse process, |
911 | * so the database is guaranteed to be valid), but are important for proper | 911 | * so the database is guaranteed to be valid), but are important for proper |
912 | * correctness. It is recommended that all available .eot and .eo files are | 912 | * 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); | |||
1553 | /* | 1553 | /* |
1554 | * @brief Returns an iterator to the required classes of this mixin | 1554 | * @brief Returns an iterator to the required classes of this mixin |
1555 | * | 1555 | * |
1556 | * For none mixins this will return an empty iterator, for mixins this retuns a iterator that | 1556 | * For none mixins this will return an empty iterator, for mixins this returns a iterator that |
1557 | * carries all the classes that are required by this passed mixin. | 1557 | * carries all the classes that are required by this passed mixin. |
1558 | * | 1558 | * |
1559 | * @param[in] klass the class | 1559 | * @param[in] klass the class |