diff options
| author | Paul Eggert | 2011-12-05 00:55:25 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-05 00:55:25 -0800 |
| commit | fa46310344375ef5c114cbb94d4acea39ac29239 (patch) | |
| tree | 4d74de9694db1c199cd9301a27c48b4d4137cf0c /src/xterm.c | |
| parent | c3c9e25e5d2c222d9f79a503c714b48c06078c08 (diff) | |
| download | emacs-fa46310344375ef5c114cbb94d4acea39ac29239.tar.gz emacs-fa46310344375ef5c114cbb94d4acea39ac29239.zip | |
Spelling fixes.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 290acdd9ca4..abe52238415 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -3317,7 +3317,7 @@ x_scroll_run (struct window *w, struct run *run) | |||
| 3317 | } | 3317 | } |
| 3318 | else | 3318 | else |
| 3319 | { | 3319 | { |
| 3320 | /* Scolling down. Make sure we don't copy over the mode line. | 3320 | /* Scrolling down. Make sure we don't copy over the mode line. |
| 3321 | at the bottom. */ | 3321 | at the bottom. */ |
| 3322 | if (to_y + run->height > bottom_y) | 3322 | if (to_y + run->height > bottom_y) |
| 3323 | height = bottom_y - to_y; | 3323 | height = bottom_y - to_y; |