Mercurial > hg > xemacs-beta
diff lisp/toolbar-items.el @ 5384:3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
See xemacs-patches message with ID
<AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 24 Mar 2011 11:00:11 -0600 |
parents | 79940b592197 |
children | 4dee0387b9de |
line wrap: on
line diff
--- a/lisp/toolbar-items.el Thu Mar 24 06:22:25 2011 +0000 +++ b/lisp/toolbar-items.el Thu Mar 24 11:00:11 2011 -0600 @@ -403,7 +403,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))))