]> git.eshelyaron.com Git - emacs.git/commitdiff
composite.c (composition_compute_stop_pos): Fix a typo in the commentary.
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Apr 2010 13:24:25 +0000 (16:24 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Apr 2010 13:24:25 +0000 (16:24 +0300)
src/composite.c

index 632c9f90d12d46533bf4dadf96175d00072b6676..b75d2b64727c27728ed08e6a353178dcf96c6f67 100644 (file)
@@ -1011,7 +1011,7 @@ autocmp_chars (cft_element, charpos, bytepos, limit, win, face, string)
 
 /* Update cmp_it->stop_pos to the next position after CHARPOS (and
    BYTEPOS) where character composition may happen.  If BYTEPOS is
-   negative, compoute it.  If it is a static composition, set
+   negative, compute it.  If it is a static composition, set
    cmp_it->ch to -1.  Otherwise, set cmp_it->ch to the character that
    triggers a automatic composition.  */