aboutsummaryrefslogtreecommitdiffstats
path: root/libfonts.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-01-17 19:48:42 +0100
committerMattias Andrée <maandree@kth.se>2023-01-17 19:48:42 +0100
commit55ac90d9647c5e27aec8f93796d79be21167a856 (patch)
tree3fc69e21a05535497817fec11bca11f5419870dd /libfonts.h
parentDoc using libfonts_parse_dir_line for encodings.dir and add LIBFONTS_ENCODING_DIR_FILE_NAME (diff)
downloadlibfonts-55ac90d9647c5e27aec8f93796d79be21167a856.tar.gz
libfonts-55ac90d9647c5e27aec8f93796d79be21167a856.tar.bz2
libfonts-55ac90d9647c5e27aec8f93796d79be21167a856.tar.xz
libfonts_do_decoded_font_descriptions_match: check charset subset coverage
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--libfonts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfonts.h b/libfonts.h
index 11e4ea4..e20152f 100644
--- a/libfonts.h
+++ b/libfonts.h
@@ -1625,7 +1625,7 @@ struct libfonts_font_description {
* inclusive ranges included the subset. A range will either be a
* decimal integer, or an two decimal integers separated by a "-"
* (the left-hand side will be strictly less than the right-hand side).
- * All ranges will be disjunction, and have a non-zero distance.
+ * All ranges will be disjunctive, and have a non-zero distance.
*
* The library will take care of converting hexadecimal numbers (prefixed
* with "0x") to decimal, removing leading zeroes, converting "_" to "-",