# HG changeset patch # User Juanma Barranquero # Date 1236587814 0 # Node ID 1c91e99dcfe7b81e1812eaddad97125ddf95fe19 # Parent c861e9f4fc71fb3d2e1b4bbd7d2b9587d5831c79 Fix typos in comment. diff -r c861e9f4fc71 -r 1c91e99dcfe7 src/charset.c --- a/src/charset.c Mon Mar 09 01:12:39 2009 +0000 +++ b/src/charset.c Mon Mar 09 08:36:54 2009 +0000 @@ -493,8 +493,8 @@ where CODE1 is a code-point or a cons of code-points specifying a range. - Note that this funciton uses `openp' to open MAPFILE but ignores - `file-name-handler-alist to avoid running any Lisp codes. */ + Note that this function uses `openp' to open MAPFILE but ignores + `file-name-handler-alist' to avoid running any Lisp code. */ extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object));