summaryrefslogtreecommitdiff
path: root/lisp/toolbar
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-03-26 08:48:51 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-03-26 08:48:51 +0000
commitb011dcb0bacbd4ef7c2beb7f428ed151ab00c4ec (patch)
tree8b48b6a4ada065d5bf1c589360093562c7f5f67a /lisp/toolbar
parentb75b82abf6d9288ec6c38d2032a7748433bb97b5 (diff)
downloademacs-b011dcb0bacbd4ef7c2beb7f428ed151ab00c4ec.tar.gz
Fix typo in commentary.
Diffstat (limited to 'lisp/toolbar')
-rw-r--r--lisp/toolbar/tool-bar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/toolbar/tool-bar.el b/lisp/toolbar/tool-bar.el
index e1dd537ad6b..7a201ff4020 100644
--- a/lisp/toolbar/tool-bar.el
+++ b/lisp/toolbar/tool-bar.el
@@ -34,7 +34,7 @@
;; map to add to the global bar or may set `tool-bar-map'
;; buffer-locally to override it. (Some items are removed from the
;; global bar in modes which have `special' as their `mode-class'
-;; properlty.)
+;; property.)
;; Todo: Somehow make tool bars easily customizable by the naive?