From: Eli Zaretskii Date: Tue, 1 Jul 2014 18:00:29 +0000 (+0300) Subject: src/dispnew.c: Fix a typo in a comment. X-Git-Tag: emacs-24.3.93~108 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cdadeecf05ab8a4bf5a513959f1fab2ef0d6323b;p=emacs.git src/dispnew.c: Fix a typo in a comment. --- diff --git a/src/dispnew.c b/src/dispnew.c index e20d592e19e..2d137b4abbd 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -1074,7 +1074,7 @@ prepare_desired_row (struct window *w, struct glyph_row *row, bool mode_line_p) { /* Mode and header lines, if displayed, never have marginal areas. If we are called with MODE_LINE_P non-zero, we are - displaying the mode/header line in this widnow, and so the + displaying the mode/header line in this window, and so the marginal areas of this glyph row should be eliminated. This is needed when the mode/header line is switched on in a window that has display margins. */