summaryrefslogtreecommitdiff
path: root/src/font.h
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2009-02-18 03:57:36 +0000
committerKenichi Handa <handa@m17n.org>2009-02-18 03:57:36 +0000
commitd5c0ac66349e394e0a11515367086679f5c2e485 (patch)
treeba228863b05218ba36dd301b95e5eb2eb7af0e00 /src/font.h
parent9ed3af848edf60ec8dc73a55a584a1f97d2ee12e (diff)
downloademacs-d5c0ac66349e394e0a11515367086679f5c2e485.tar.gz
(struct font_driver): Fix typo.
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/font.h b/src/font.h
index 476944c9e42..60525501703 100644
--- a/src/font.h
+++ b/src/font.h
@@ -509,7 +509,7 @@ struct font_driver
/* List fonts exactly matching with FONT_SPEC on FRAME. The value
is a list of font-entities. The font properties to be considered
- are: :foundly, :family, :adstyle, :registry, :script, :lang, and
+ are: :foundry, :family, :adstyle, :registry, :script, :lang, and
:otf. See the function `font-spec' for their meanings. Note
that the last three properties are stored in FONT_EXTRA_INDEX
slot of FONT_SPEC.
@@ -530,9 +530,9 @@ struct font_driver
font-entities. */
Lisp_Object (*list) P_ ((Lisp_Object frame, Lisp_Object font_spec));
- /* Return a font-entity most closely maching with FONT_SPEC on
+ /* Return a font-entity most closely matching with FONT_SPEC on
FRAME. Which font property to consider, and how to calculate the
- closeness is detemined by the font backend, thus
+ closeness is determined by the font backend, thus
`face-font-selection-order' is ignored here.
The properties that the font-entity has is the same as `list'