From 338dd77e70c2049cc35ee024993b6f07475b5a75 Mon Sep 17 00:00:00 2001 From: cage Date: Sun, 21 May 2023 11:18:22 +0200 Subject: [PATCH] - fixed typo. --- src/command-window.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command-window.lisp b/src/command-window.lisp index 98686e6..0a0ea75 100644 --- a/src/command-window.lisp +++ b/src/command-window.lisp @@ -250,7 +250,7 @@ be either `:keybinding' or `:string'. the former for key command the latter for "Intercept UI events in keybinding mode" (with-accessors ((command-line command-line) (suggestions-win suggestions-win)) command-window - ;; some envents should by intercepted by command window + ;; some events should by intercepted by command window (let ((decoded-event (decode-key-event event :convert-symbol-to-string nil))) (cond ((eq :control-left decoded-event) ; suggestion win pagination