diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:20:58 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:20:58 +0100 |
| commit | 7fb158e2ace8778913cc296b19f7012c4b3881ee (patch) | |
| tree | 7fbd5154b5ab5760be5bd92b393517bd06f0b495 | |
| parent | Update e-mail (diff) | |
| download | libfonts-7fb158e2ace8778913cc296b19f7012c4b3881ee.tar.gz libfonts-7fb158e2ace8778913cc296b19f7012c4b3881ee.tar.bz2 libfonts-7fb158e2ace8778913cc296b19f7012c4b3881ee.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | libfonts.h | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,2 +1,2 @@ -Library for list and finding fonts and dealing with font substitution +Library for listing and finding fonts, handling font substitution, and anything else concerning font configurations. @@ -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; |
