]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in comment.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 12 Nov 2008 15:59:06 +0000 (15:59 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 12 Nov 2008 15:59:06 +0000 (15:59 +0000)
src/composite.c
src/dispextern.h

index 5f04c8ae8c6ca1c3206243d5fc051579e0fc0d62..829e163b836592c5643bcfe13a2428d0c18003d6 100644 (file)
@@ -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
index 3ba09d4a616bad7524c0eed2eb7188871b403f55..ef66006cc0891749aa4ee992142909f4dc6e1a8d 100644 (file)
@@ -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;