aboutsummaryrefslogtreecommitdiffstats
path: root/libfonts.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:20:58 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:20:58 +0100
commit7fb158e2ace8778913cc296b19f7012c4b3881ee (patch)
tree7fbd5154b5ab5760be5bd92b393517bd06f0b495 /libfonts.h
parentUpdate e-mail (diff)
downloadlibfonts-7fb158e2ace8778913cc296b19f7012c4b3881ee.tar.gz
libfonts-7fb158e2ace8778913cc296b19f7012c4b3881ee.tar.bz2
libfonts-7fb158e2ace8778913cc296b19f7012c4b3881ee.tar.xz
fix typosHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-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;