]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ffont_spec): Fix typo.
authorKenichi Handa <handa@m17n.org>
Wed, 18 Feb 2009 03:57:19 +0000 (03:57 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 18 Feb 2009 03:57:19 +0000 (03:57 +0000)
src/font.c

index df59a3b3376ebb27a9feb862d04e2a62b42270a3..77c578898c709d2694bcdd2a9f82059de4a9bc46 100644 (file)
@@ -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...)  */)