summaryrefslogtreecommitdiff
path: root/src/w32uniscribe.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-10-12 17:16:57 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-10-12 17:16:57 +0200
commit51e4f4a88de94846f6b44b3e11496c7b67aa2f5e (patch)
tree0eeaf52c6c802c1ac20b70b917927788f94500e3 /src/w32uniscribe.c
parentad1746f5db1b4c52da8d7bdc52359d6b0a5a5e24 (diff)
downloademacs-51e4f4a88de94846f6b44b3e11496c7b67aa2f5e.tar.gz
Fix typos in docstrings, comments and ChangeLogs.
* lisp/composite.el (compose-region): * src/ccl.c (Fccl_execute_on_string): Fix typo in docstring.
Diffstat (limited to 'src/w32uniscribe.c')
-rw-r--r--src/w32uniscribe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c
index cfdf629ceee..9cd1ac6426c 100644
--- a/src/w32uniscribe.c
+++ b/src/w32uniscribe.c
@@ -448,7 +448,7 @@ uniscribe_shape (lgstring)
}
/* Uniscribe implementation of encode_char for font backend.
- Return a glyph code of FONT for characer C (Unicode code point).
+ Return a glyph code of FONT for character C (Unicode code point).
If FONT doesn't have such a glyph, return FONT_INVALID_CODE. */
static unsigned
uniscribe_encode_char (font, c)