diff src/editfns.c @ 110361:4d54e23aa31e

Fix typos in comments and ChangeLogs.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 14 Sep 2010 22:32:35 +0200
parents 64732fa6188a
children 5290c80fda43
line wrap: on
line diff
--- a/src/editfns.c	Tue Sep 14 22:17:28 2010 +0200
+++ b/src/editfns.c	Tue Sep 14 22:32:35 2010 +0200
@@ -3517,7 +3517,7 @@
   int multibyte = 0;
   /* When we make a multibyte string, we must pay attention to the
      byte combining problem, i.e., a byte may be combined with a
-     multibyte charcter of the previous string.  This flag tells if we
+     multibyte character of the previous string.  This flag tells if we
      must consider such a situation or not.  */
   int maybe_combine_byte;
   unsigned char *this_format;