]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xdisp.c (set_vertical_scroll_bar): Fix typo
authorRobert Pluim <rpluim@gmail.com>
Fri, 22 Jul 2022 14:20:36 +0000 (16:20 +0200)
committerRobert Pluim <rpluim@gmail.com>
Fri, 22 Jul 2022 14:20:36 +0000 (16:20 +0200)
src/xdisp.c

index 629524eee4a69c6fe8d851f322593c7854f7acee..e998df32a6a52e27b28c717e3aacea43bc289d87 100644 (file)
@@ -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);