summaryrefslogtreecommitdiff
path: root/src/lib/ecore_x
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2019-04-02 13:28:48 +0200
committerXavi Artigas <xavierartigas@yahoo.es>2019-04-02 13:28:48 +0200
commit68c530080b7db72ca345d500505e56424d87d2d9 (patch)
tree31dd5278b1fd86ba5e59c802341d3fdd7d917fc4 /src/lib/ecore_x
parent57da0bee3d3c70c19feafd781a6758f1fb638ba1 (diff)
downloadefl-68c530080b7db72ca345d500505e56424d87d2d9.tar.gz
docs: Fix common misspellings in H files
Fixed all appearances of words from this list in H files: https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines
Diffstat (limited to 'src/lib/ecore_x')
-rw-r--r--src/lib/ecore_x/Ecore_X.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_x/Ecore_X.h b/src/lib/ecore_x/Ecore_X.h
index cb55dfa3ee..223bc912ae 100644
--- a/src/lib/ecore_x/Ecore_X.h
+++ b/src/lib/ecore_x/Ecore_X.h
@@ -2763,7 +2763,7 @@ EAPI Eina_Bool ecore_x_window_keygrab_unset(Ecore_X_
//this API for keyrouter protocol
EAPI void ecore_x_e_keyrouter_set(Ecore_X_Window root, Eina_Bool on); /**< @since 1.15 */ //Key router set keyrouter flag using this
-EAPI Eina_Bool ecore_x_e_keyrouter_get(Ecore_X_Window root); /**< @since 1.15 */ //Client check the existance of keyrouter using this
+EAPI Eina_Bool ecore_x_e_keyrouter_get(Ecore_X_Window root); /**< @since 1.15 */ //Client check the existence of keyrouter using this
#ifdef EFL_BETA_API_SUPPORT
// XXX: FIXME: re-evaluate this after looking at xdg foreign in wayland