]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo.
authorStefan Kangas <stefan@marxist.se>
Sat, 6 Mar 2021 03:08:54 +0000 (04:08 +0100)
committerStefan Kangas <stefan@marxist.se>
Sat, 6 Mar 2021 03:10:45 +0000 (04:10 +0100)
lisp/emacs-lisp/easymenu.el

index d3c3d5e65f194183284a97d91a349edb50cb9727..87b34e7cd57c5ced75cbb950b1bcb15a5ba04129 100644 (file)
@@ -193,7 +193,7 @@ This is expected to be bound to a mouse event."
         (vector 'menu-bar (if (symbolp (car menu))
                               (car menu)
                             ;; If a string, then use the downcased
-                            ;; version for greater backwards compatibiltiy.
+                            ;; version for greater backwards compatibility.
                             (intern (downcase (car menu)))))
         (easy-menu-binding keymap (car menu))))))