diff src/buffer.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 6ae8bab9b79a
line wrap: on
line diff
--- a/src/buffer.c	Tue Sep 14 22:17:28 2010 +0200
+++ b/src/buffer.c	Tue Sep 14 22:32:35 2010 +0200
@@ -2345,7 +2345,7 @@
 	    {
 	      c = STRING_CHAR_AND_LENGTH (p, bytes);
 	      /* Delete all bytes for this 8-bit character but the
-		 last one, and change the last one to the charcter
+		 last one, and change the last one to the character
 		 code.  */
 	      bytes--;
 	      del_range_2 (pos, pos, pos + bytes, pos + bytes, 0);