summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-11-12 15:58:37 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-11-12 15:58:37 +0000
commit0325077eb24ea868c85277e0d02f01baf6189fc3 (patch)
tree3f7b6fd8874e07da12a6de742f65c22dac6f8d71
parent6e30a8ff794c1911deb22b35ecf4718df783d8c2 (diff)
downloademacs-0325077eb24ea868c85277e0d02f01baf6189fc3.tar.gz
Fix typo in comment.
-rw-r--r--src/composite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.c b/src/composite.c
index 5f04c8ae8c6..829e163b836 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -1055,7 +1055,7 @@ composition_compute_stop_pos (cmp_it, charpos, bytepos, endpos, string)
}
/* Check if the character at CHARPOS (and BYTEPOS) is composed
- (possibly with the following charaters) on window W. ENDPOS limits
+ (possibly with the following characters) on window W. ENDPOS limits
characters to be composed. FACE, in non-NULL, is a base face of
the character. If STRING is not nil, it is a string containing the
character to check, and CHARPOS and BYTEPOS are indices in the