diff options
| -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; |
