summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-util.el
diff options
context:
space:
mode:
authorShengHuo ZHU <zsh@cs.rochester.edu>2002-11-29 15:57:52 +0000
committerShengHuo ZHU <zsh@cs.rochester.edu>2002-11-29 15:57:52 +0000
commit8f688cb015d38b4f9cefe81debbcf9dec902f991 (patch)
treec76eec84c6539b499eb46592d74d58f3bc22c65f /lisp/gnus/gnus-util.el
parente70d557978cdf4d8ea4c0500ce037fcfc95acf2b (diff)
downloademacs-8f688cb015d38b4f9cefe81debbcf9dec902f991.tar.gz
emacs-8f688cb015d38b4f9cefe81debbcf9dec902f991.tar.bz2
emacs-8f688cb015d38b4f9cefe81debbcf9dec902f991.zip
Typos.
Diffstat (limited to 'lisp/gnus/gnus-util.el')
-rw-r--r--lisp/gnus/gnus-util.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-util.el b/lisp/gnus/gnus-util.el
index 13bed1d99ed..fa2f2a0eccb 100644
--- a/lisp/gnus/gnus-util.el
+++ b/lisp/gnus/gnus-util.el
@@ -1,5 +1,5 @@
;;; gnus-util.el --- utility functions for Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000
+;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002
;; Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -612,7 +612,7 @@ non-locally exits. The variables listed in PROTECT are updated atomically.
It is safe to use gnus-atomic-progn-assign with long computations.
Note that if any of the symbols in PROTECT were unbound, they will be
-set to nil on a sucessful assignment. In case of an error or other
+set to nil on a successful assignment. In case of an error or other
non-local exit, it will still be unbound."
(let* ((temp-sym-map (mapcar (lambda (x) (list (make-symbol
(concat (symbol-name x)