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