[gnus git] branch master updated: m0-11-94-g0d7f66a =1= Fix misspellings like "an unibyte buffer"

Katsumi <[email protected]> Wed, 10 Dec 2014 03:12:37 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  0d7f66a07a39530d8607f6ace37839d49eba3fba (commit)
      from  fd81b4c575bfb4ae5293835ac3f1f49b57654fc7 (commit)


- Log -----------------------------------------------------------------
commit 0d7f66a07a39530d8607f6ace37839d49eba3fba
Author: Paul Eggert <[email protected]>
Date:   Wed Dec 10 02:12:25 2014 +0000

    Fix misspellings like "an unibyte buffer"

diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el
index cde0af0..f5b4d7c 100644
--- a/lisp/mm-decode.el
+++ b/lisp/mm-decode.el
@@ -647,7 +647,7 @@ MIME-Version header before proceeding."
 	  (unless from
 	    (setq from (mail-fetch-field "from")))
 	  ;; FIXME: In some circumstances, this code is running within
-	  ;; an unibyte macro.  mail-extract-address-components
+	  ;; a unibyte macro.  mail-extract-address-components
 	  ;; creates unibyte buffers. This `if', though not a perfect
 	  ;; solution, avoids most of them.
 	  (if from
diff --git a/lisp/nnweb.el b/lisp/nnweb.el
index e909372..6802484 100644
--- a/lisp/nnweb.el
+++ b/lisp/nnweb.el
@@ -438,7 +438,7 @@ Valid types include `google', `dejanews', and `gmane'.")
   t)
 
 (defun nnweb-google-identity (url)
-  "Return an unique identifier based on URL."
+  "Return a unique identifier based on URL."
   (if (string-match "selm=\\([^ &>]+\\)" url)
       (match-string 1 url)
     url))
diff --git a/texi/gnus-faq.texi b/texi/gnus-faq.texi
index 83fff5e..3e01fab 100644
--- a/texi/gnus-faq.texi
+++ b/texi/gnus-faq.texi
@@ -1649,7 +1649,7 @@ aren't they and how to fix it?
 
 @subsubheading Answer
 
-The message-ID is an unique identifier for messages you
+The message-ID is a unique identifier for messages you
 send. To make it unique, Gnus need to know which machine
 name to put after the "@@". If the name of the machine
 where Gnus is running isn't suitable (it probably isn't

-----------------------------------------------------------------------
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/mm-decode.el  |    2 +-
 lisp/nnweb.el      |    2 +-
 texi/gnus-faq.texi |    2 +-
 3 files changed, 3 insertions(+), 3 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