From: Stefan Kangas Date: Sat, 6 Mar 2021 03:08:54 +0000 (+0100) Subject: ; Fix typo. X-Git-Tag: emacs-28.0.90~3419 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b5155673dcbffeb126a063a2288a360473cd845;p=emacs.git ; Fix typo. --- diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index d3c3d5e65f1..87b34e7cd57 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el @@ -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))))))