diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-17 18:49:27 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-17 18:49:27 +0200 |
commit | e0e5cfa84da527d0a2cc818bcf5b9be83615e1c2 (patch) | |
tree | 7297f946c832256845735837aa639a1975c6a9a3 /libparsepsf.h | |
parent | Fix value of *unrecognised_versionp (diff) | |
download | libparsepsf-e0e5cfa84da527d0a2cc818bcf5b9be83615e1c2.tar.gz libparsepsf-e0e5cfa84da527d0a2cc818bcf5b9be83615e1c2.tar.bz2 libparsepsf-e0e5cfa84da527d0a2cc818bcf5b9be83615e1c2.tar.xz |
Add man pages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libparsepsf.h')
-rw-r--r-- | libparsepsf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libparsepsf.h b/libparsepsf.h index 74b229b..8e98789 100644 --- a/libparsepsf.h +++ b/libparsepsf.h @@ -60,7 +60,7 @@ struct libparsepsf_font { /** * Glyph trie, maps from byte sequences to glyph indices; * you can use `libparsepsf_get_glyph` to search it - * (enumeration has to be done manually); not that an + * (enumeration has to be done manually); note that an * entry can be multiple characters wide, for example * to deal with context dependent glyphs and grapheme * clusters |