aboutsummaryrefslogtreecommitdiffstats
path: root/libfonts.h
diff options
context:
space:
mode:
Diffstat (limited to 'libfonts.h')
-rw-r--r--libfonts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libfonts.h b/libfonts.h
index 2d51851..8f7e812 100644
--- a/libfonts.h
+++ b/libfonts.h
@@ -1844,7 +1844,7 @@ struct libfonts_encoding_mapping {
/**
* List of mapping entries
*
- * Indentity mappings are normally not included
+ * Identity mappings are normally not included
*/
union libfonts_encoding_mapping_entry *entries;
@@ -1861,7 +1861,7 @@ struct libfonts_encoding_mapping {
*/
struct libfonts_encoding {
/**
- * The canoncial name of the encoding
+ * The canonical name of the encoding
*/
char *name;