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/w32term.c | |
| parent | c3c9e25e5d2c222d9f79a503c714b48c06078c08 (diff) | |
| download | emacs-fa46310344375ef5c114cbb94d4acea39ac29239.tar.gz emacs-fa46310344375ef5c114cbb94d4acea39ac29239.zip | |
Spelling fixes.
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c index a2ccdd21f7d..6df218326d1 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -2665,7 +2665,7 @@ x_scroll_run (struct window *w, struct run *run) | |||
| 2665 | } | 2665 | } |
| 2666 | else | 2666 | else |
| 2667 | { | 2667 | { |
| 2668 | /* Scolling down. Make sure we don't copy over the mode line. | 2668 | /* Scrolling down. Make sure we don't copy over the mode line. |
| 2669 | at the bottom. */ | 2669 | at the bottom. */ |
| 2670 | if (to_y + run->height > bottom_y) | 2670 | if (to_y + run->height > bottom_y) |
| 2671 | height = bottom_y - to_y; | 2671 | height = bottom_y - to_y; |