]> code.delx.au - gnu-emacs/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 11 Nov 2008 08:41:18 +0000 (08:41 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 11 Nov 2008 08:41:18 +0000 (08:41 +0000)
src/ChangeLog
src/chartab.c

index 71da2e8b06f9ad643d5fdf2d4184f147e3204a98..0bbebd5f3bb6a484e90cf1e9a8d4647a7d787062 100644 (file)
 
        * ftfont.c (fc_charset_table): New member lang.
        (ftfont_resolve_generic_family): New arg pattern.
-       (ftfont_spec_pattern): Check fc_cahrset_table[]->lang.
+       (ftfont_spec_pattern): Check fc_charset_table[]->lang.
        (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
        (ftfont_open): Fix args to ftfont_font_format.
        (ftfont_font_format): New arg filename.
 
        * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
        (ccl_driver): New arg CHARSET_LIST.  Use the above macros instead
-       of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
+       of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
        (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
        last arg Qnil.
 
index eb56fcf4194c7799d8d583ccca5faf4aa478339a..14a726049ea8b75f1f73d87d25dc9810211bffb8 100644 (file)
@@ -981,7 +981,7 @@ map_sub_char_table_for_charset (c_function, function, table, arg, range,
 
 
 /* Support function for `map-charset-chars'.  Map C_FUNCTION or
-   FUNCTION over TABLE, calling it for each cahracter or a group of
+   FUNCTION over TABLE, calling it for each character or a group of
    succeeding characters that have non-nil value in TABLE.  TABLE is a
    "mapping table" or a "deunifier table" of a certain charset.