summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-02-18 18:34:09 +0200
committerEli Zaretskii <eliz@gnu.org>2013-02-18 18:34:09 +0200
commitc1b9b2c27fafbb7e20ba5628771e8f75c3bfd32b (patch)
treebbf3a84cba1f657f25d81a9db65d33a25ac5a274
parentae11bda519726c8619f687645138f913b1027be3 (diff)
downloademacs-c1b9b2c27fafbb7e20ba5628771e8f75c3bfd32b.tar.gz
Fix a typo in a comment.
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 9d2994f0728..55d1272faaf 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -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)