This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch v-1.28
in repository efl.
View the commit online.
commit 1408ce6623caa3a4b4f6d97e8e0df285507687d5
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Tue Jan 21 15:04:12 2025 +0000
spellign ... xfi smoe esplliing in EFL
---
src/bin/elementary/config.c | 2 +-
src/bin/elementary/test.c | 8 ++--
src/bin/elementary/test_entry.c | 2 +-
src/bin/elementary/test_scroller.c | 2 +-
src/bin/embryo/embryo_cc_sc2.c | 2 +-
.../eolian_mono/eolian/mono/function_helpers.hh | 2 +-
.../mono/eina_mono/eina_container_common.cs | 2 +-
src/lib/ecore/ecore_main.c | 4 +-
src/lib/ecore_con/efl_net_dialer_http.c | 4 +-
src/lib/ecore_win32/ecore_win32_cursor.c | 6 +--
src/lib/ecore_x/ecore_x_randr.c | 48 +++++++++++-----------
src/lib/edje/edje_load.c | 2 +-
src/lib/eina/eina_abstract_content.c | 2 +-
src/lib/eina/eina_file_posix.c | 2 +-
src/lib/elementary/efl_ui_calendar.c | 2 +-
src/lib/elementary/efl_ui_radio_group_impl.c | 2 +-
src/lib/elementary/efl_ui_tab_page.eo | 2 +-
src/lib/elementary/elm_atspi_bridge.c | 2 +-
src/lib/elementary/elm_helper.h | 2 +-
src/lib/elua/elua.c | 2 +-
src/lib/evas/canvas/efl_canvas_vg_object.c | 2 +-
src/lib/evil/evil_dlfcn.h | 8 ++--
src/modules/emotion/gstreamer1/emotion_convert.c | 2 +-
src/modules/emotion/gstreamer1/emotion_gstreamer.h | 6 +--
src/modules/emotion/gstreamer1/emotion_sink.c | 18 ++++----
src/modules/evas/engines/gl_common/evas_gl_api.c | 4 +-
.../evas/image_loaders/webp/evas_image_load_webp.c | 8 ++--
27 files changed, 74 insertions(+), 74 deletions(-)
diff --git a/src/bin/elementary/config.c b/src/bin/elementary/config.c
index 845b1b25df..6b2bc6754d 100644
--- a/src/bin/elementary/config.c
+++ b/src/bin/elementary/config.c
@@ -4213,7 +4213,7 @@ _status_config_rendering(Evas_Object *win,
CHECK_ADD("Aggressive withdrawn",
"When the application is iconified it will<br>"
- "drop its ressource and switch to a paused state<br>"
+ "drop its resources and switch to a paused state<br>"
"if the application handle that lifecycle state.",
_cb_withdrawn, NULL);
elm_check_state_set(ck, elm_config_agressive_withdrawn_get());
diff --git a/src/bin/elementary/test.c b/src/bin/elementary/test.c
index 132b5d4ae9..afd74b1ec7 100644
--- a/src/bin/elementary/test.c
+++ b/src/bin/elementary/test.c
@@ -411,7 +411,7 @@ void test_efl_ui_vg_animation(void *data, Evas_Object *obj, void *event_info);
void test_efl_gfx_vg_value_provider(void *data, Evas_Object *obj, void *event_info);
void test_ui_separator(void *data EINA_UNUSED, Eo *obj EINA_UNUSED, void *event_info EINA_UNUSED);
-static void _list_udpate(void);
+static void _list_update(void);
static Evas_Object *win, *tbx, *entry; // TODO: refactoring
static void *tt;
@@ -472,14 +472,14 @@ static void
_legacy_chk_changed(void *data EINA_UNUSED, Evas_Object *obj, void *event_info EINA_UNUSED)
{
hide_legacy = elm_check_state_get(obj);
- _list_udpate();
+ _list_update();
}
static void
_beta_chk_changed(void *data EINA_UNUSED, Evas_Object *obj, void *event_info EINA_UNUSED)
{
hide_beta = elm_check_state_get(obj);
- _list_udpate();
+ _list_update();
}
static void
@@ -603,7 +603,7 @@ _entry_changed_cb(void *data EINA_UNUSED, Evas_Object *obj, void *event_info EIN
}
static void
-_list_udpate(void)
+_list_update(void)
{
const char *str = elm_entry_entry_get(entry);
if (!str) return;
diff --git a/src/bin/elementary/test_entry.c b/src/bin/elementary/test_entry.c
index b6437e8abd..b98e8c8b9d 100644
--- a/src/bin/elementary/test_entry.c
+++ b/src/bin/elementary/test_entry.c
@@ -2688,7 +2688,7 @@ _test_regex_bt_cb(void *data,
{
case ELM_REG_NOERROR:
{
- eina_strbuf_append(tmp, "No error. Regex maches to the Entrys text.");
+ eina_strbuf_append(tmp, "No error. Regex matches Entry text.");
break;
}
case ELM_REG_BADPAT:
diff --git a/src/bin/elementary/test_scroller.c b/src/bin/elementary/test_scroller.c
index 27be969839..6bdd0369a3 100644
--- a/src/bin/elementary/test_scroller.c
+++ b/src/bin/elementary/test_scroller.c
@@ -1022,7 +1022,7 @@ _btn_clicked_cb(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_
elm_object_text_set(lbl,
"Do you want close the popup?<br>"
"Please select cancel button<br><br>"
- "Do you wnat close the popup?<br>"
+ "Do you want close the popup?<br>"
"Please select cancel button");
evas_object_size_hint_weight_set(lbl, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
evas_object_size_hint_align_set(lbl, EVAS_HINT_FILL, EVAS_HINT_FILL);
diff --git a/src/bin/embryo/embryo_cc_sc2.c b/src/bin/embryo/embryo_cc_sc2.c
index 7a7f5ebd14..5a51655a54 100644
--- a/src/bin/embryo/embryo_cc_sc2.c
+++ b/src/bin/embryo/embryo_cc_sc2.c
@@ -2270,7 +2270,7 @@ stowlit(cell val)
* Return current literal character and increase the pointer to point
* just behind this literal character.
*
- * Note: standard "escape sequences" are suported, but the backslash may be
+ * Note: standard "escape sequences" are supported, but the backslash may be
* replaced by another character; the syntax '\ddd' is supported,
* but ddd must be decimal!
*/
diff --git a/src/bin/eolian_mono/eolian/mono/function_helpers.hh b/src/bin/eolian_mono/eolian/mono/function_helpers.hh
index a70df9683a..0ff7b0259a 100644
--- a/src/bin/eolian_mono/eolian/mono/function_helpers.hh
+++ b/src/bin/eolian_mono/eolian/mono/function_helpers.hh
@@ -195,7 +195,7 @@ inline std::string function_scope_get(attributes::function_def const& f)
return "protected ";
case attributes::member_scope::scope_unknown:
// This should trigger a compilation error
- return "unkown_scope ";
+ return "unknown_scope ";
}
return " ";
}
diff --git a/src/bindings/mono/eina_mono/eina_container_common.cs b/src/bindings/mono/eina_mono/eina_container_common.cs
index a07153e51a..9eeeccab76 100644
--- a/src/bindings/mono/eina_mono/eina_container_common.cs
+++ b/src/bindings/mono/eina_mono/eina_container_common.cs
@@ -1085,7 +1085,7 @@ internal static class TraitFunctions
// Traits functions //
// //
- // Convertion functions //
+ // Conversion functions //
public static IntPtr ManagedToNativeAlloc<T>(T man)
{
diff --git a/src/lib/ecore/ecore_main.c b/src/lib/ecore/ecore_main.c
index 2ddbbc547e..63a3c068ad 100644
--- a/src/lib/ecore/ecore_main.c
+++ b/src/lib/ecore/ecore_main.c
@@ -526,7 +526,7 @@ _ecore_main_fdh_poll_modify(Efl_Loop_Data *pd EINA_UNUSED, Ecore_Fd_Handler *fdh
memset(&ev, 0, sizeof (ev));
ev.events = _ecore_poll_events_from_fdh(fdh);
ev.data.ptr = fdh;
- DBG("modifing epoll on %d to %08x", fdh->fd, ev.events);
+ DBG("modifying epoll on %d to %08x", fdh->fd, ev.events);
r = epoll_ctl(efd, EPOLL_CTL_MOD, fdh->fd, &ev);
}
}
@@ -542,7 +542,7 @@ _ecore_main_fdh_poll_modify(Efl_Loop_Data *pd EINA_UNUSED, Ecore_Fd_Handler *fdh
fdh->gfd.fd = fdh->fd;
fdh->gfd.events = _gfd_events_from_fdh(fdh);
fdh->gfd.revents = 0;
- DBG("modifing gpoll on %d to %08x", fdh->fd, fdh->gfd.events);
+ DBG("modifying gpoll on %d to %08x", fdh->fd, fdh->gfd.events);
#endif
}
return r;
diff --git a/src/lib/ecore_con/efl_net_dialer_http.c b/src/lib/ecore_con/efl_net_dialer_http.c
index 439acbc099..1734253a50 100644
--- a/src/lib/ecore_con/efl_net_dialer_http.c
+++ b/src/lib/ecore_con/efl_net_dialer_http.c
@@ -659,7 +659,7 @@ _efl_net_dialer_http_debug(CURL *easy EINA_UNUSED, curl_infotype type, char *msg
DBG("%s=%p sent SSL %zd bytes", cls, o, size);
break;
default:
- DBG("%s=%p unkown debug type %d, msg=%p, size=%zd", cls, o, type, msg, size);
+ DBG("%s=%p unknown debug type %d, msg=%p, size=%zd", cls, o, type, msg, size);
}
return 0;
}
@@ -737,7 +737,7 @@ _efl_net_dialer_http_headers_done(Eo *o, Efl_Net_Dialer_Http_Data *pd)
r = curl_easy_getinfo(pd->easy, CURLINFO_CONTENT_LENGTH_DOWNLOAD, &d);
if (r != CURLE_OK)
{
- DBG("could not query content-length for reponse: %s",
+ DBG("could not query content-length for response: %s",
curl_easy_strerror(r));
d = -1;
}
diff --git a/src/lib/ecore_win32/ecore_win32_cursor.c b/src/lib/ecore_win32/ecore_win32_cursor.c
index 490e4f4ec9..22157abf16 100644
--- a/src/lib/ecore_win32/ecore_win32_cursor.c
+++ b/src/lib/ecore_win32/ecore_win32_cursor.c
@@ -85,7 +85,7 @@ _ecore_win32_cursor_x11_shaped_new(Ecore_Win32_Cursor_X11_Shape shape)
* @c NULL.
*
* Once the cursor is not used anymore, use ecore_win32_cursor_free()
- * to free the ressources.
+ * to free the resources.
*
* Example of use:
*
@@ -238,7 +238,7 @@ ecore_win32_cursor_free(Ecore_Win32_Cursor *cursor)
}
/**
- * @brief Create a cursor from a Windows ressource.
+ * @brief Create a cursor from a Windows resource.
*
* @param shape The pre-defined shape of the cursor.
* @return The new cursor.
@@ -317,7 +317,7 @@ ecore_win32_cursor_shaped_new(Ecore_Win32_Cursor_Shape shape)
*
* This function returns a defined cursor with a specified X11
* @p shape. Do not use ecore_win32_cursor_free() to free the
- * ressources as it is created once the libray is initialized and
+ * resources as it is created once the libray is initialized and
* detroyed when it is shut down.
*
* @see ecore_win32_cursor_new()
diff --git a/src/lib/ecore_x/ecore_x_randr.c b/src/lib/ecore_x/ecore_x_randr.c
index ef3670d37f..bd37cf9637 100644
--- a/src/lib/ecore_x/ecore_x_randr.c
+++ b/src/lib/ecore_x/ecore_x_randr.c
@@ -144,7 +144,7 @@ ecore_x_randr_config_timestamp_get(Ecore_X_Window root)
***************************************/
/*
- * @param root window which's primary output will be queried
+ * @param root window whose primary output will be queried
*/
EAPI Ecore_X_Randr_Orientation
ecore_x_randr_screen_primary_output_orientations_get(Ecore_X_Window root)
@@ -163,7 +163,7 @@ ecore_x_randr_screen_primary_output_orientations_get(Ecore_X_Window root)
}
/*
- * @param root window which's primary output will be queried
+ * @param root window whose primary output will be queried
* @return the current orientation of the root window's screen primary output
*/
EAPI Ecore_X_Randr_Orientation
@@ -185,7 +185,7 @@ ecore_x_randr_screen_primary_output_orientation_get(Ecore_X_Window root)
/*
* @brief Sets a given screen's primary output's orientation.
*
- * @param root Window which's screen's primary output will be queried.
+ * @param root Window whose screen's primary output will be queried.
* @param orientation orientation which should be set for the root window's
* screen primary output.
* @return @c EINA_TRUE if the primary output's orientation could be
@@ -222,7 +222,7 @@ ecore_x_randr_screen_primary_output_orientation_set(Ecore_X_Window root, Ecore_X
/*
* @brief gets a screen's primary output's possible sizes
- * @param root window which's primary output will be queried
+ * @param root window whose primary output will be queried
* @param num number of sizes reported as supported by the screen's primary output
* @return an array of sizes reported as supported by the screen's primary output or - if query failed - NULL
*/
@@ -310,7 +310,7 @@ ecore_x_randr_screen_primary_output_current_size_get(Ecore_X_Window root, int *w
* @brief Sets a given screen's primary output size, but disables all other
* outputs at the same time.
*
- * @param root Window which's primary output will be queried.
+ * @param root Window whose primary output will be queried.
* @param size_index Within the list of sizes reported as supported by the root
* window's screen primary output.
* @return @c EINA_TRUE on success, @c EINA_FALSE on failure due to e.g.
@@ -359,7 +359,7 @@ ecore_x_randr_screen_primary_output_size_set(Ecore_X_Window root, int size_index
}
/*
- * @param root window which's primary output will be queried
+ * @param root window whose primary output will be queried
* @return currently used refresh rate or - if request failed or RandRR is not available - 0.0
*/
EAPI Ecore_X_Randr_Refresh_Rate
@@ -386,7 +386,7 @@ ecore_x_randr_screen_primary_output_current_refresh_rate_get(Ecore_X_Window root
}
/*
- * @param root window which's primary output will be queried
+ * @param root window whose primary output will be queried
* @param size_index referencing the size to query valid refresh rates for
* @return currently used refresh rate or - if request failed or RandRR is not available - NULL
*/
@@ -426,7 +426,7 @@ ecore_x_randr_screen_primary_output_refresh_rates_get(Ecore_X_Window root, int s
/*
* @brief Sets the current primary output's refresh rate.
*
- * @param root Window which's primary output will be queried.
+ * @param root Window whose primary output will be queried.
* @param size_index Referencing the size to be set.
* @param rate The refresh rate to be set.
* @return @c EINA_TRUE on success, @c EINA_FALSE otherwise.
@@ -521,7 +521,7 @@ ecore_x_randr_screen_current_size_get(Ecore_X_Window root, int *w, int *h, int *
}
/*
- * @param root window which's screen will be queried
+ * @param root window whose screen will be queried
* @param wmin minimum width the screen can be set to
* @param hmin minimum height the screen can be set to
* @param wmax maximum width the screen can be set to
@@ -641,7 +641,7 @@ ecore_x_randr_screen_reset(Ecore_X_Window root)
}
/*
- * @param root Window which's screen's size should be set. If invalid (e.g.
+ * @param root Window whose screen's size should be set. If invalid (e.g.
* @c NULL) no action is taken.
* @param w Width in px the screen should be set to. If out of valid
* boundaries, current value is assumed.
@@ -708,7 +708,7 @@ ecore_x_randr_screen_current_size_set(Ecore_X_Window root, int w, int h, int w_m
/*
* @brief get detailed information for all modes related to a root window's screen
- * @param root window which's screen's resources are queried
+ * @param root window whose screen's resources are queried
* @param num number of modes returned
* @return modes' information
*/
@@ -798,7 +798,7 @@ ecore_x_randr_modes_info_get(Ecore_X_Window root, int *num)
/*
* @brief Add a mode to a display.
*
- * @param root Window to which's screen's ressources are added.
+ * @param root Window to whose screen's ressources are added.
* @param mode_info
* @return Ecore_X_Randr_Mode of the added mode. Ecore_X_Randr_None if mode
* adding failed.
@@ -840,7 +840,7 @@ ecore_x_randr_mode_del(Ecore_X_Randr_Mode mode)
/*
* @brief get detailed information for a given mode id
- * @param root window which's screen's ressources are queried
+ * @param root window whose screen's ressources are queried
* @param mode the XID which identifies the mode of interest
* @return mode's detailed information
*/
@@ -934,7 +934,7 @@ ecore_x_randr_mode_info_free(Ecore_X_Randr_Mode_Info *mode_info)
/*
* @brief Get all known CRTCs related to a root window's screen.
*
- * @param root Window which's screen's ressources are queried.
+ * @param root Window whose screen's ressources are queried.
* @param num Number of CRTCs returned.
* @return CRTC IDs.
*/
@@ -1237,7 +1237,7 @@ ecore_x_randr_current_crtc_get(Ecore_X_Window window, int *num)
/*
* @brief get a CRTC's outputs.
- * @param root the root window which's screen will be queried
+ * @param root the root window whose screen will be queried
* @param num number of outputs referenced by given CRTC
*/
EAPI Ecore_X_Randr_Output *
@@ -1297,7 +1297,7 @@ ecore_x_randr_crtc_outputs_get(Ecore_X_Window root, Ecore_X_Randr_Crtc crtc, int
/*
* @brief get a CRTC's possible outputs.
- * @param root the root window which's screen will be queried
+ * @param root the root window whose screen will be queried
* @param num number of possible outputs referenced by given CRTC
*/
EAPI Ecore_X_Randr_Output *
@@ -1399,7 +1399,7 @@ ecore_x_randr_crtc_pos_get(Ecore_X_Window root, Ecore_X_Randr_Crtc crtc, int *x,
* @brief Sets the position of given CRTC within root window's screen.
*
* @param root The window's screen to be queried.
- * @param crtc The CRTC which's position within the mentioned screen is to be
+ * @param crtc The CRTC whose position within the mentioned screen is to be
* altered.
* @param x Position on the x-axis (0 == left) of the screen. if x < 0 current
* value will be kept.
@@ -1444,7 +1444,7 @@ ecore_x_randr_crtc_pos_set(Ecore_X_Window root, Ecore_X_Randr_Crtc crtc, int x,
/**
* @brief Get the current set mode of a given CRTC
* @param root the window's screen to be queried
- * @param crtc the CRTC which's should be queried
+ * @param crtc the CRTC whose should be queried
* @return currently set mode or - in case parameters are invalid -
* Ecore_X_Randr_Unset
*/
@@ -1677,8 +1677,8 @@ ecore_x_randr_crtc_clone_set(Ecore_X_Window root, Ecore_X_Randr_Crtc original, E
* @brief Sets the demanded parameters for a given CRTC. Note that the CRTC is
* auto enabled in it's preferred mode, when it was disabled before.
*
- * @param root The root window which's default display will be queried.
- * @param crtc The CRTC which's configuration should be altered.
+ * @param root The root window whose default display will be queried.
+ * @param crtc The CRTC whose configuration should be altered.
* @param outputs An array of outputs, that should display this CRTC's content.
* @param noutputs Number of outputs in the array of outputs. If set to
* Ecore_X_Randr_Unset, current outputs and number of outputs will be used.
@@ -1770,7 +1770,7 @@ ecore_x_randr_crtc_settings_set(Ecore_X_Window root, Ecore_X_Randr_Crtc crtc, Ec
/**
* @brief Sets a CRTC relative to another one.
*
- * @param root The root window which's default display will be set.
+ * @param root The root window whose default display will be set.
* @param crtc_r1 The CRTC to be positioned.
* @param crtc_r2 The CRTC the position should be relative to.
* @param policy The relation between the crtcs.
@@ -2082,7 +2082,7 @@ ecore_x_randr_output_modes_get(Ecore_X_Window root, Ecore_X_Randr_Output output,
* @brief gets the the outputs which might be used simultenously on the same
* CRTC.
* @param root window that this information should be queried for.
- * @param output the output which's clones we concern
+ * @param output the output whose clones we concern
* @param num number of possible clones
*/
EAPI Ecore_X_Randr_Output *
@@ -2207,7 +2207,7 @@ ecore_x_randr_output_crtc_get(Ecore_X_Window root, Ecore_X_Randr_Output output)
/**
* @brief gets the given output's name as reported by X
- * @param root the window which's screen will be queried
+ * @param root the window whose screen will be queried
* @param output The output for which the name will be reported.
* @param len length of returned c-string.
* @return name of the output as reported by X
@@ -2418,7 +2418,7 @@ ecore_x_randr_move_all_crtcs_but(Ecore_X_Window root, const Ecore_X_Randr_Crtc *
* pixels relative to their current position. The screen size will be
* automatically adjusted if necessary and possible.
*
- * @param root Window which's screen's resources are used.
+ * @param root Window whose screen's resources are used.
* @param crtcs List of CRTCs to be moved.
* @param ncrtc Number of CRTCs in array.
* @param dx Amount of pixels the CRTCs should be moved in x direction.
diff --git a/src/lib/edje/edje_load.c b/src/lib/edje/edje_load.c
index 1b9f025ebf..edd4c4d677 100644
--- a/src/lib/edje/edje_load.c
+++ b/src/lib/edje/edje_load.c
@@ -949,7 +949,7 @@ _edje_object_file_set_internal(Evas_Object *obj, const Eina_File *file, const ch
rp = eina_mempool_malloc(_edje_real_part_mp, sizeof(Edje_Real_Part));
if (!rp)
{
- /* FIXME: destroy all allocated ressource, need to have a common exit point */
+ /* FIXME: destroy all allocated resources, need to have a common exit point */
ed->load_error = EDJE_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED;
goto on_error;
}
diff --git a/src/lib/eina/eina_abstract_content.c b/src/lib/eina/eina_abstract_content.c
index 02d246bed3..44d1ab6b71 100644
--- a/src/lib/eina/eina_abstract_content.c
+++ b/src/lib/eina/eina_abstract_content.c
@@ -48,7 +48,7 @@ eina_content_converter_conversion_register(const char *from, const char *to, Ein
if (eina_content_converter_convert_can(from, to))
{
- ERR("Convertion from %s to %s is already possible", from, to);
+ ERR("Conversion from %s to %s is already possible", from, to);
eina_stringshare_del(shared_from);
free(node);
return EINA_FALSE;
diff --git a/src/lib/eina/eina_file_posix.c b/src/lib/eina/eina_file_posix.c
index 41807e7c79..157b18e26a 100644
--- a/src/lib/eina/eina_file_posix.c
+++ b/src/lib/eina/eina_file_posix.c
@@ -1397,7 +1397,7 @@ skip2:
num_closes = clo;
}
close(dirfd);
- // now go close all those fd's - some may be invalide like the dir
+ // now go close all those fd's - some may be invalid like the dir
// reading fd above... that's ok.
for (i = 0; i < num_closes; i++)
{
diff --git a/src/lib/elementary/efl_ui_calendar.c b/src/lib/elementary/efl_ui_calendar.c
index e5601ccc51..3f1e2340c4 100644
--- a/src/lib/elementary/efl_ui_calendar.c
+++ b/src/lib/elementary/efl_ui_calendar.c
@@ -545,7 +545,7 @@ _update_data(Evas_Object *obj, int delta)
if (mktime(&time_check) == -1)
{
- ERR("mktime can not give week day for the next month. Please check what is wrong with udpate date.");
+ ERR("mktime can not give week day for the next month. Please check what is wrong with update date.");
return EINA_FALSE;
}
diff --git a/src/lib/elementary/efl_ui_radio_group_impl.c b/src/lib/elementary/efl_ui_radio_group_impl.c
index ff1e085b8d..e0170a48c4 100644
--- a/src/lib/elementary/efl_ui_radio_group_impl.c
+++ b/src/lib/elementary/efl_ui_radio_group_impl.c
@@ -64,7 +64,7 @@ _efl_ui_radio_group_impl_efl_ui_radio_group_selected_value_set(Eo *obj EINA_UNUS
return;
}
}
- ERR("Value %d not assosiated with any radio button", selected_value);
+ ERR("Value %d not associated with any radio button", selected_value);
}
EOLIAN static int
diff --git a/src/lib/elementary/efl_ui_tab_page.eo b/src/lib/elementary/efl_ui_tab_page.eo
index 4b21dc6241..4d16864162 100644
--- a/src/lib/elementary/efl_ui_tab_page.eo
+++ b/src/lib/elementary/efl_ui_tab_page.eo
@@ -2,7 +2,7 @@ class @beta Efl.Ui.Tab_Page extends Efl.Ui.Layout_Base implements Efl.Content
{
[[A holder class for setting up a page in the pager.
- The item assosiated with this page can be used to setup a item which will later be displayed in the @Efl.Ui.Tab_Bar
+ The item associated with this page can be used to setup a item which will later be displayed in the @Efl.Ui.Tab_Bar
of the @Efl.Ui.Tab_Pager where this page was added to.
]]
methods {
diff --git a/src/lib/elementary/elm_atspi_bridge.c b/src/lib/elementary/elm_atspi_bridge.c
index 6d68384f04..93a834a418 100644
--- a/src/lib/elementary/elm_atspi_bridge.c
+++ b/src/lib/elementary/elm_atspi_bridge.c
@@ -1347,7 +1347,7 @@ _text_string_at_offset_get(const Eldbus_Service_Interface *iface, const Eldbus_M
default:
efl_del(sel1);
efl_del(sel2);
- return eldbus_message_error_new(msg, "org.freedesktop.DBus.Error.InvalidArgs", "Granularity not suported.");
+ return eldbus_message_error_new(msg, "org.freedesktop.DBus.Error.InvalidArgs", "Granularity not supported.");
}
str = efl_text_cursor_object_range_text_get(sel1, sel2);
diff --git a/src/lib/elementary/elm_helper.h b/src/lib/elementary/elm_helper.h
index a0ae990a81..18b8994b8c 100644
--- a/src/lib/elementary/elm_helper.h
+++ b/src/lib/elementary/elm_helper.h
@@ -28,7 +28,7 @@ typedef struct _Elm_Validator_Regexp Elm_Validator_Regexp;
*/
typedef enum
{
- /** Regex maches to the Entrys text. */
+ /** Regex matches the Entry text. */
ELM_REG_NOERROR = 0,
/** Failed to match. */
ELM_REG_NOMATCH,
diff --git a/src/lib/elua/elua.c b/src/lib/elua/elua.c
index d1dbaff469..e929787b27 100644
--- a/src/lib/elua/elua.c
+++ b/src/lib/elua/elua.c
@@ -32,7 +32,7 @@ elua_init(void)
if (!_elua_pfx)
{
- ERR("coul not find elua prefix");
+ ERR("could not find elua prefix");
return EINA_FALSE;
}
diff --git a/src/lib/evas/canvas/efl_canvas_vg_object.c b/src/lib/evas/canvas/efl_canvas_vg_object.c
index 3bfce2c05b..fe25ead344 100644
--- a/src/lib/evas/canvas/efl_canvas_vg_object.c
+++ b/src/lib/evas/canvas/efl_canvas_vg_object.c
@@ -459,7 +459,7 @@ _evas_vg_render(Evas_Object_Protected_Data *obj, Efl_Canvas_Vg_Object_Data *pd,
0, 0, w, h,
EFL_GFX_COLORSPACE_ARGB8888,
&cd->blend.stride);
- if (!cd->blend.pixels) ERR("Failed to map VG blend bufffer");
+ if (!cd->blend.pixels) ERR("Failed to map VG blend buffer");
}
else
{
diff --git a/src/lib/evil/evil_dlfcn.h b/src/lib/evil/evil_dlfcn.h
index 3b274e0aa6..240c4c3c43 100644
--- a/src/lib/evil/evil_dlfcn.h
+++ b/src/lib/evil/evil_dlfcn.h
@@ -2,7 +2,7 @@
#define __EVIL_DLFCN_H__
-#include "evil_private.h"
+#include "evil_privte.h"
#include <limits.h>
@@ -100,7 +100,7 @@ struct Dl_info
* slash, or backward ones. Mapping a module can map other modules.
* @p mode is unused.
*
- * If an error occurred, an error string can be retrived with dlerror().
+ * If an error occurred, an error string can be retrieved with dlerror().
*
* According to the OS, the search order of the module can change,
* according to the value of SafeDllSearchMode.
@@ -159,7 +159,7 @@ EVIL_API void *dlopen(const char* path, int mode);
* is the value returned by a previous call to dlopen().
*
* If no error occurred, the returned value is 0, otherwise the
- * returned value is -1 and an error string can be retrived with
+ * returned value is -1 and an error string can be retrieved with
* dlerror().
*
* Conformity: None.
@@ -184,7 +184,7 @@ EVIL_API int dlclose(void* handle);
*
* If no error occurred, the returned value is the code or data
* location, otherwise the returned value is NULL and an error
- * string can be retrived with dlerror().
+ * string can be retrieved with dlerror().
*
* Conformity: None.
*
diff --git a/src/modules/emotion/gstreamer1/emotion_convert.c b/src/modules/emotion/gstreamer1/emotion_convert.c
index 8ee4399966..ddabbf97b3 100644
--- a/src/modules/emotion/gstreamer1/emotion_convert.c
+++ b/src/modules/emotion/gstreamer1/emotion_convert.c
@@ -175,7 +175,7 @@ _evas_video_nv12(unsigned char *evas_data,
for (j = 0; j < (rh / 2); j++, i++, ptr += jump) rows[i] = ptr;
}
-const ColorSpace_Format_Convertion colorspace_format_convertion[] = {
+const ColorSpace_Format_Conversion colorspace_format_conversion[] = {
{ "I420-709", GST_VIDEO_FORMAT_I420, GST_VIDEO_COLOR_MATRIX_BT709,
EVAS_COLORSPACE_YCBCR422P709_PL, _evas_video_i420, EINA_TRUE },
{ "I420", GST_VIDEO_FORMAT_I420, GST_VIDEO_COLOR_MATRIX_BT601,
diff --git a/src/modules/emotion/gstreamer1/emotion_gstreamer.h b/src/modules/emotion/gstreamer1/emotion_gstreamer.h
index fd5e24fde7..eaa7c3f18b 100644
--- a/src/modules/emotion/gstreamer1/emotion_gstreamer.h
+++ b/src/modules/emotion/gstreamer1/emotion_gstreamer.h
@@ -229,9 +229,9 @@ void emotion_gstreamer_message_free(Emotion_Gstreamer_Message *send);
Emotion_Gstreamer * emotion_gstreamer_ref (Emotion_Gstreamer *ev);
void emotion_gstreamer_unref (Emotion_Gstreamer *ev);
-typedef struct _ColorSpace_Format_Convertion ColorSpace_Format_Convertion;
+typedef struct _ColorSpace_Format_Conversion ColorSpace_Format_Conversion;
-struct _ColorSpace_Format_Convertion
+struct _ColorSpace_Format_Conversion
{
const char *name;
GstVideoFormat format;
@@ -241,7 +241,7 @@ struct _ColorSpace_Format_Convertion
Eina_Bool force_height;
};
-extern const ColorSpace_Format_Convertion colorspace_format_convertion[];
+extern const ColorSpace_Format_Conversion colorspace_format_conversion[];
/* From gst-plugins-base/gst/playback */
typedef enum {
diff --git a/src/modules/emotion/gstreamer1/emotion_sink.c b/src/modules/emotion/gstreamer1/emotion_sink.c
index 30f9afc4d5..691d32cd4a 100644
--- a/src/modules/emotion/gstreamer1/emotion_sink.c
+++ b/src/modules/emotion/gstreamer1/emotion_sink.c
@@ -122,7 +122,7 @@ emotion_video_sink_get_property(GObject * object, guint prop_id,
break;
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
- ERR("invalide property");
+ ERR("invalid property");
break;
}
}
@@ -197,16 +197,16 @@ gboolean emotion_video_sink_set_caps(GstBaseSink *bsink, GstCaps *caps)
priv->info = info;
priv->eheight = info.height;
- for (i = 0; colorspace_format_convertion[i].name; i++)
+ for (i = 0; colorspace_format_conversion[i].name; i++)
{
- if ((info.finfo->format == colorspace_format_convertion[i].format) &&
- ((colorspace_format_convertion[i].colormatrix == GST_VIDEO_COLOR_MATRIX_UNKNOWN) ||
- (colorspace_format_convertion[i].colormatrix == info.colorimetry.matrix)))
+ if ((info.finfo->format == colorspace_format_conversion[i].format) &&
+ ((colorspace_format_conversion[i].colormatrix == GST_VIDEO_COLOR_MATRIX_UNKNOWN) ||
+ (colorspace_format_conversion[i].colormatrix == info.colorimetry.matrix)))
{
- DBG("Found '%s'", colorspace_format_convertion[i].name);
- priv->eformat = colorspace_format_convertion[i].eformat;
- priv->func = colorspace_format_convertion[i].func;
- if (colorspace_format_convertion[i].force_height)
+ DBG("Found '%s'", colorspace_format_conversion[i].name);
+ priv->eformat = colorspace_format_conversion[i].eformat;
+ priv->func = colorspace_format_conversion[i].func;
+ if (colorspace_format_conversion[i].force_height)
{
priv->eheight = (priv->eheight >> 1) << 1;
}
diff --git a/src/modules/evas/engines/gl_common/evas_gl_api.c b/src/modules/evas/engines/gl_common/evas_gl_api.c
index c2a1b8fdd3..e9a92bb12f 100644
--- a/src/modules/evas/engines/gl_common/evas_gl_api.c
+++ b/src/modules/evas/engines/gl_common/evas_gl_api.c
@@ -817,14 +817,14 @@ _evgl_glFramebufferTexture(GLenum target, GLenum attachment, GLuint texture, GLi
if (!rsc->current_eng)
{
- ERR("Unable to retrive Current Engine");
+ ERR("Unable to retrieve Current Engine");
return;
}
ctx = rsc->current_ctx;
if (!ctx)
{
- ERR("Unable to retrive Current Context");
+ ERR("Unable to retrieve Current Context");
return;
}
diff --git a/src/modules/evas/image_loaders/webp/evas_image_load_webp.c b/src/modules/evas/image_loaders/webp/evas_image_load_webp.c
index 43588a0588..83bde183fd 100644
--- a/src/modules/evas/image_loaders/webp/evas_image_load_webp.c
+++ b/src/modules/evas/image_loaders/webp/evas_image_load_webp.c
@@ -189,7 +189,7 @@ evas_image_load_file_head_webp(void *loader_data,
WebPAnimDecoder *dec = WebPAnimDecoderNew(&webp_data, &dec_options);
if (!dec)
{
- ERR("WebP Decoder Creation is Failed");
+ ERR("WebP Decoder Creation failed");
*error = EVAS_LOAD_ERROR_GENERIC;
return EINA_FALSE;
}
@@ -199,7 +199,7 @@ evas_image_load_file_head_webp(void *loader_data,
WebPAnimInfo anim_info;
if (!WebPAnimDecoderGetInfo(dec, &anim_info))
{
- ERR("Getting WebP Information is Failed");
+ ERR("Getting WebP Information failed");
*error = EVAS_LOAD_ERROR_GENERIC;
return EINA_FALSE;
}
@@ -213,7 +213,7 @@ evas_image_load_file_head_webp(void *loader_data,
loader->frames = eina_array_new(anim_info.frame_count);
if (!loader->frames)
{
- ERR("Frame Array Allocation is Faild");
+ ERR("Frame Array Allocation failed");
*error = EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED;
return EINA_FALSE;
}
@@ -223,7 +223,7 @@ evas_image_load_file_head_webp(void *loader_data,
{
if (!WebPAnimDecoderGetNext(dec, &buf, &cur_timestamp))
{
- ERR("WebP Decoded Frame Get is Failed");
+ ERR("WebP Decoded Frame Get failed");
*error = EVAS_LOAD_ERROR_GENERIC;
return EINA_FALSE;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.