From 4b5155673dcbffeb126a063a2288a360473cd845 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 6 Mar 2021 04:08:54 +0100 Subject: [PATCH] ; Fix typo. --- lisp/emacs-lisp/easymenu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))))) -- 2.39.2