summaryrefslogtreecommitdiff
path: root/src/lib/emile
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/emile
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/emile')
-rw-r--r--src/lib/emile/emile_image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/emile/emile_image.h b/src/lib/emile/emile_image.h
index 8877a6008e..d524d5247f 100644
--- a/src/lib/emile/emile_image.h
+++ b/src/lib/emile/emile_image.h
@@ -155,7 +155,7 @@ typedef struct _Emile_Image_Property Emile_Image_Property;
/**
* @enum _Emile_Action
* @typedef Emile_Action
- * What action emile is refering to.
+ * What action emile is referring to.
* @since 1.19
*/
typedef enum _Emile_Action
@@ -221,7 +221,7 @@ struct _Emile_Image_Load_Opts
int smooth;
/* This should have never been part of this structure, but we keep it
- for ABI/API compability with Evas_Loader */
+ for ABI/API compatibility with Evas_Loader */
Emile_Image_Scale_Hint scale_hint;
} scale_load;
double dpi;