From 22e33406d44d52ad31a0130579318e3e89be479d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 12 Nov 2008 15:59:06 +0000 Subject: [PATCH] Fix typo in comment. --- src/composite.c | 2 +- src/dispextern.h | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/src/dispextern.h b/src/dispextern.h index 3ba09d4a616..ef66006cc08 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1871,7 +1871,7 @@ struct composition_it temporarily if searching of composition reach a limit or a newline. */ int ch; - /* If this an automatic composition, how many charaters to look back + /* If this an automatic composition, how many characters to look back from the position where a character triggering the composition exists. */ int lookback; -- 2.39.5