From 1767f796b0e0649219e37b6b205f4d414a4364c6 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Fri, 22 Jul 2022 16:20:36 +0200 Subject: [PATCH] ; * src/xdisp.c (set_vertical_scroll_bar): Fix typo --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index 629524eee4a..e998df32a6a 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -18943,7 +18943,7 @@ set_vertical_scroll_bar (struct window *w) struct text_pos start_pos; struct buffer *obuf = current_buffer; /* When we display the scroll bar of a mini-window, - current_buffer is not gauranteed to be the mini-window's + current_buffer is not guaranteed to be the mini-window's buffer, see the beginning of redisplay_window. */ set_buffer_internal_1 (XBUFFER (w->contents)); SET_TEXT_POS_FROM_MARKER (start_pos, w->start); -- 2.39.5