Fix misspellings like "an unibyte buffer"
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 Dec 2014 02:12:25 +0000 (02:12 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 10 Dec 2014 02:12:25 +0000 (02:12 +0000)
lisp/mm-decode.el
lisp/nnweb.el
texi/gnus-faq.texi

index cde0af0..f5b4d7c 100644 (file)
@@ -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
index e909372..6802484 100644 (file)
@@ -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))
index 83fff5e..3e01fab 100644 (file)
@@ -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