diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-14 22:00:24 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-14 22:00:24 +0100 |
commit | 0b381c7eb83c635f39159168a48c869d632d8081 (patch) | |
tree | 32ad79519ce958dc2dbcdcd357d37d652314edb1 /src/composite.c | |
parent | 8350f087efe62e2ce0ded434534629a56cdc4e8c (diff) | |
download | emacs-0b381c7eb83c635f39159168a48c869d632d8081.tar.gz emacs-0b381c7eb83c635f39159168a48c869d632d8081.tar.bz2 emacs-0b381c7eb83c635f39159168a48c869d632d8081.zip |
Fix typos.
Diffstat (limited to 'src/composite.c')
-rw-r--r-- | src/composite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.c b/src/composite.c index c8e4dd082ae..885e0262673 100644 --- a/src/composite.c +++ b/src/composite.c @@ -1307,7 +1307,7 @@ composition_reseat_it (struct composition_it *cmp_it, EMACS_INT charpos, EMACS_I if (cmp_it->lookback == 0) goto no_composition; lgstring = Qnil; - /* Try to find a shorter compostion that starts after CPOS. */ + /* Try to find a shorter composition that starts after CPOS. */ composition_compute_stop_pos (cmp_it, charpos, bytepos, cpos, string); if (cmp_it->ch == -2 || cmp_it->stop_pos < charpos) |