From 18a10a2115d0e80b947f6bc2c2cf3a176b9fb937 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 9 Mar 2009 08:36:54 +0000 Subject: [PATCH] Fix typos in comment. --- src/charset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/charset.c b/src/charset.c index 1cbfa2fd497..fa3515b5443 100644 --- a/src/charset.c +++ b/src/charset.c @@ -493,8 +493,8 @@ extern Lisp_Object Qfile_name_handler_alist; 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)); -- 2.39.5