]> code.delx.au - gnu-emacs/commitdiff
Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Mon, 18 Feb 2013 16:34:09 +0000 (18:34 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 18 Feb 2013 16:34:09 +0000 (18:34 +0200)
src/xdisp.c

index 9d2994f0728407143726ddd6704df31e383b2785..55d1272faafd902e4a92b2c6802d53d5a1ff59cf 100644 (file)
@@ -28422,7 +28422,7 @@ x_draw_vertical_border (struct window *w)
   if (FRAME_HAS_VERTICAL_SCROLL_BARS (XFRAME (w->frame)))
     return;
 
-  /* Note: It is necessary to redraw bot the left and the right
+  /* Note: It is necessary to redraw both the left and the right
      borders, for when only this single window W is being
      redisplayed.  */
   if (!WINDOW_RIGHTMOST_P (w)