[gnus git] branch master updated: m0-11-42-gaf61423 =1= Spelling fixes

Katsumi Yamaoka <[email protected]> Fri, 12 Sep 2014 01:54:17 +0200
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  af61423c9db844b75a738d65a851acf5fc8e6812 (commit)
      from  83e840aefbed659a6cae139b4a0b2a04f003f3c9 (commit)


- Log -----------------------------------------------------------------
commit af61423c9db844b75a738d65a851acf5fc8e6812
Author: Paul Eggert <[email protected]>
Date:   Thu Sep 11 23:54:12 2014 +0000

    Spelling fixes

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2ff6817..a18ec54 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2014-09-11  Paul Eggert  <[email protected]>
+
+	* gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
+	of ":delete".
+
 2014-08-26  Katsumi Yamaoka  <[email protected]>
 
 	* gnus-art.el (gnus-article-browse-html-save-cid-content)
diff --git a/lisp/gnus-cloud.el b/lisp/gnus-cloud.el
index c47976b..ec85a16 100644
--- a/lisp/gnus-cloud.el
+++ b/lisp/gnus-cloud.el
@@ -125,7 +125,7 @@
 	(let ((spec (ignore-errors (read (current-buffer))))
 	      length)
 	  (when (and (consp spec)
-		     (memq (plist-get spec :type) '(:file :data :deleta)))
+		     (memq (plist-get spec :type) '(:file :data :delete)))
 	    (setq length (plist-get spec :length))
 	    (push (append spec
 			  (list
diff --git a/lisp/gnus-fun.el b/lisp/gnus-fun.el
index e0d1578..f917737 100644
--- a/lisp/gnus-fun.el
+++ b/lisp/gnus-fun.el
@@ -239,7 +239,7 @@ Files matching `gnus-face-omit-files' are not considered."
 
 ;;;###autoload
 (defun gnus-insert-random-face-header ()
-  "Insert a randome Face header from `gnus-face-directory'."
+  "Insert a random Face header from `gnus-face-directory'."
   (gnus--insert-random-face-with-type 'gnus-random-face 'Face))
 
 (defface gnus-x-face '((t (:foreground "black" :background "white")))

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog     |    5 +++++
 lisp/gnus-cloud.el |    2 +-
 lisp/gnus-fun.el   |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project