[gnus git] branch master updated: n0-17-384-g691758b =1= Spelling fixes.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 691758b7af1971021acde43c38dadafa7bd36eca (commit)
from 5df93a963e4bdf16117d251fc00c033201a9133a (commit)
- Log -----------------------------------------------------------------
commit 691758b7af1971021acde43c38dadafa7bd36eca
Author: Paul Eggert <[email protected]>
Date: Thu Nov 17 22:09:27 2011 +0000
Spelling fixes.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f68a536..a178899 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,12 +1,14 @@
2011-11-17 Paul Eggert <[email protected]>
+ * gnus-agent.el (gnus-agent-get-undownloaded-list):
+ * gnus-art.el (gnus-default-article-saver):
* gnus-srvr.el (gnus-server-copy-server):
* gnus.el (gnus-sloppily-equal-method-parameters):
* html2text.el (html2text-format-tag-list):
* message.el (message-narrow-to-head):
* nndiary.el:
* nnmairix.el (nnmairix-determine-original-group-from-registry):
- Spelling fix.
+ * sieve.el: Spelling fix.
2011-11-16 Juanma Barranquero <[email protected]>
diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el
index 32e40f6..71f8cf8 100644
--- a/lisp/gnus-agent.el
+++ b/lisp/gnus-agent.el
@@ -1130,7 +1130,7 @@ article's mark is toggled."
(setq alist (cdr alist)))
((> a h)
;; Headers that are not in the alist should be
- ;; fictious (see nnagent-retrieve-headers); they
+ ;; fictitious (see nnagent-retrieve-headers); they
;; imply that this article isn't in the agent.
(gnus-agent-append-to-list tail-undownloaded h)
(gnus-agent-append-to-list tail-unfetched h)
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index 4c0f606..dd41947 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -535,7 +535,7 @@ that the symbol of the saver function, which is specified by
;; Note that "Rmail format" is mbox since Emacs 23, but Babyl before.
(defcustom gnus-default-article-saver 'gnus-summary-save-in-rmail
- "A function to save articles in your favourite format.
+ "A function to save articles in your favorite format.
The function will be called by way of the `gnus-summary-save-article'
command, and friends such as `gnus-summary-save-article-rmail'.
diff --git a/lisp/sieve.el b/lisp/sieve.el
index 2111d34..a44a03b 100644
--- a/lisp/sieve.el
+++ b/lisp/sieve.el
@@ -21,7 +21,7 @@
;;; Commentary:
-;; This file contain utilities to facilate upload, download and
+;; This file contain utilities to facilitate upload, download and
;; general management of sieve scripts. Currently only the
;; Managesieve protocol is supported (using sieve-manage.el), but when
;; (useful) alternatives become available, they might be supported as
-----------------------------------------------------------------------
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 | 4 +++-
lisp/gnus-agent.el | 2 +-
lisp/gnus-art.el | 2 +-
lisp/sieve.el | 2 +-
4 files changed, 6 insertions(+), 4 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