Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Nov 2011 22:09:27 +0000 (22:09 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 17 Nov 2011 22:09:27 +0000 (22:09 +0000)
lisp/ChangeLog
lisp/gnus-agent.el
lisp/gnus-art.el
lisp/sieve.el

index f68a536..a178899 100644 (file)
@@ -1,12 +1,14 @@
 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
 
 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * 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):
        * 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  <lekktu@gmail.com>
 
 
 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
 
index 32e40f6..71f8cf8 100644 (file)
@@ -1130,7 +1130,7 @@ article's mark is toggled."
                   (setq alist (cdr alist)))
                  ((> a h)
                    ;; Headers that are not in the alist should be
                   (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)
                    ;; 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)
index 4c0f606..dd41947 100644 (file)
@@ -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
 
 ;; 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'.
 
 The function will be called by way of the `gnus-summary-save-article'
 command, and friends such as `gnus-summary-save-article-rmail'.
 
index 2111d34..a44a03b 100644 (file)
@@ -21,7 +21,7 @@
 
 ;;; Commentary:
 
 
 ;;; 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
 ;; 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