From: Eli Zaretskii Date: Wed, 11 Oct 2000 14:11:47 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: emacs-pretest-21.0.90~968 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b28e72df6e0a8159e857ce2da10226ff8991a466;p=emacs.git Fix a typo. --- 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.)