diff options
| author | Paul Eggert | 2019-12-10 20:04:36 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-12-10 20:05:49 -0800 |
| commit | b0f20651e3cbb8a66f11ffae4c18634019c20cd4 (patch) | |
| tree | 067bcb8fa529b4afee6d189f409faf16bd437810 /src/window.c | |
| parent | 0940296ebe56ebdf9c32e94191d4f0b18006a910 (diff) | |
| download | emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.tar.gz emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.zip | |
; Spelling fixes
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 1984a540add..c52a8ca2855 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -7617,7 +7617,7 @@ set_window_fringes (struct window *w, | |||
| 7617 | else | 7617 | else |
| 7618 | failed = true; | 7618 | failed = true; |
| 7619 | 7619 | ||
| 7620 | /* Placing fringes ouside margins. */ | 7620 | /* Placing fringes outside margins. */ |
| 7621 | if (outside != w->fringes_outside_margins) | 7621 | if (outside != w->fringes_outside_margins) |
| 7622 | { | 7622 | { |
| 7623 | w->fringes_outside_margins = outside; | 7623 | w->fringes_outside_margins = outside; |