aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2009-02-18 03:57:19 +0000
committerKenichi Handa <[email protected]>2009-02-18 03:57:19 +0000
commit22f799662ba01a7b30c4ce26e20c1f0323254584 (patch)
tree547271930af7c5d6799fa94d1d56071434ca0ab7 /src/font.c
parente38b9ee91e8985876307033f24b862247ec03be9 (diff)
(Ffont_spec): Fix typo.
Diffstat (limited to 'src/font.c')
-rw-r--r--src/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.c b/src/font.c
index df59a3b337..77c578898c 100644
--- a/src/font.c
+++ b/src/font.c
@@ -3957,7 +3957,7 @@ GSUB and GPOS may contain `nil' element. In such a case, the font
must not have any of the remaining elements.
For instance, if the VALUE is `(thai nil nil (mark))', the font must
-be an OpenTyep font, and whose GPOS table of `thai' script's default
+be an OpenType font, and whose GPOS table of `thai' script's default
language system must contain `mark' feature.
usage: (font-spec ARGS...) */)