From b28e72df6e0a8159e857ce2da10226ff8991a466 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 11 Oct 2000 14:11:47 +0000 Subject: [PATCH] Fix a typo. --- lisp/toolbar/tool-bar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/toolbar/tool-bar.el b/lisp/toolbar/tool-bar.el index 4cbad617e6f..0946cfefdea 100644 --- a/lisp/toolbar/tool-bar.el +++ b/lisp/toolbar/tool-bar.el @@ -32,7 +32,7 @@ ;; `tool-bar-map' as the actual keymap used to define the tool bar. ;; Modes may either bind items under the [tool-bar] prefix key of the ;; local map to add to the global bar or may set `tool-bar-map' -;; buffer-locally to overirde it. (Some items are removed from the +;; buffer-locally to override it. (Some items are removed from the ;; global bar in modes which have `special' as their `mode-class' ;; properlty.)