diff lisp/toolbar-items.el @ 5474:4dee0387b9de

Merged with trunk.
author Mats Lidell <matsl@xemacs.org>
date Tue, 29 Mar 2011 00:02:47 +0200
parents 308d34e9f07d 3889ef128488
children bcd74c477a38
line wrap: on
line diff
--- a/lisp/toolbar-items.el	Thu Mar 17 23:42:59 2011 +0100
+++ b/lisp/toolbar-items.el	Tue Mar 29 00:02:47 2011 +0200
@@ -401,7 +401,7 @@
   (let ((command (cdr-safe
 		  (assq toolbar-news-reader toolbar-news-commands-alist))))
     (or command
-	(error "Unkown news reader %s" toolbar-news-reader))
+	(error "Unknown news reader %s" toolbar-news-reader))
     (if (symbolp command)
 	(call-interactively command)
       (eval command))))