diff src/regex.c @ 110986:e0f89e89ed02

Fix typos in docstrings, comments and ChangeLogs. * lisp/composite.el (compose-region): * src/ccl.c (Fccl_execute_on_string): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 12 Oct 2010 17:16:57 +0200
parents b465aa3255ed
children b8fde5ef9e14 376148b31b5e
line wrap: on
line diff
--- a/src/regex.c	Tue Oct 12 21:52:28 2010 +0900
+++ b/src/regex.c	Tue Oct 12 17:16:57 2010 +0200
@@ -4145,7 +4145,7 @@
 		   && match_any_multibyte_characters == false)
 	    {
 	      /* Set fastmap[I] to 1 where I is a leading code of each
-		 multibyte characer in the range table. */
+		 multibyte character in the range table. */
 	      int c, count;
 	      unsigned char lc1, lc2;