; * lisp/menu-bar.el (kill-this-buffer): Fix typo.
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 May 2024 13:40:42 +0000 (16:40 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 May 2024 13:40:42 +0000 (16:40 +0300)
lisp/menu-bar.el

index 7db1f3ed3b2ed5c5ae7337e87fa3c71bf2e8641a..eba25f5cfce533649bf7ecf9b73ca2cba1a34dee 100644 (file)
@@ -2241,7 +2241,7 @@ using `abort-recursive-edit'.
 This command can be reliably invoked only from the menu bar,
 otherwise it could decide to silently do nothing."
   (interactive "e")
-  ;; This clossus of a conditional is necessary to account for the wide
+  ;; This colossus of a conditional is necessary to account for the wide
   ;; variety of this command's callers.
   (if (let* ((window (or (and event (event-start event)
                               (posn-window (event-start event)))