From 57100e0a36f6b00670e8f8a003187783b50280c3 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 31 Jul 2022 15:10:14 +0800 Subject: [PATCH] ; * src/xterm.c (XTset_vertical_scroll_bar): Fix yet another typo. Reported by Lars Ingebrigtsen . --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index 9dc83ac84c7..d7d4cb418f3 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -14929,7 +14929,7 @@ XTset_vertical_scroll_bar (struct window *w, int portion, int whole, int positio } bar = x_scroll_bar_create (w, top, left, width, max (height, 1), false); -#ifndef USE_TOOKIT_SCROLL_BARS +#ifndef USE_TOOLKIT_SCROLL_BARS /* Since non-toolkit scroll bars don't display their contents to a dedicated window, no expose event will be generated. Redraw the scroll bar manually. */ -- 2.39.2