aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2011-02-23 20:56:30 +0100
committerJuanma Barranquero <[email protected]>2011-02-23 20:56:30 +0100
commit8307f92370e7d86aea2c78d0dbc06c5ace9c6f11 (patch)
tree0f4b65eac80f244ac7610b5317e2163d668f22cb /src/buffer.c
parentf1cffc3d52a56eef7ee17392f912f3201a52b5d6 (diff)
Fix typos.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 4744356d1b..9220527313 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -2429,7 +2429,7 @@ current buffer is cleared. */)
{
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);