diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-14 15:59:56 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-14 15:59:56 -0800 |
commit | 91af3942e9ab5540b3ab4dde6733bc883dc2abdd (patch) | |
tree | 7a83e35278714a4498663fc968d36210d8c6436e /src/indent.c | |
parent | 5ef215d87480e348e432b4e323b1ba24e27ebf81 (diff) | |
download | emacs-91af3942e9ab5540b3ab4dde6733bc883dc2abdd.tar.gz |
Spelling fixes.
Diffstat (limited to 'src/indent.c')
-rw-r--r-- | src/indent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c index a70b7971b96..07a54c0c1b7 100644 --- a/src/indent.c +++ b/src/indent.c @@ -1675,7 +1675,7 @@ compute_motion (EMACS_INT from, EMACS_INT fromvpos, EMACS_INT fromhpos, int did_ val_compute_motion.prevhpos = contin_hpos; else val_compute_motion.prevhpos = prev_hpos; - /* We alalways handle all of them here; none of them remain to do. */ + /* We always handle all of them here; none of them remain to do. */ val_compute_motion.ovstring_chars_done = 0; /* Nonzero if have just continued a line */ |