Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Nov 2011 09:53:12 +0000 (09:53 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 17 Nov 2011 09:53:12 +0000 (09:53 +0000)
lisp/ChangeLog
lisp/gnus-srvr.el
lisp/gnus.el
lisp/html2text.el
lisp/message.el
lisp/nndiary.el
lisp/nnmairix.el
texi/ChangeLog
texi/gnus.texi
texi/pgg.texi

index 85e70cc..f68a536 100644 (file)
@@ -1,3 +1,13 @@
+2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * 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.
+
 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
 
        * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
index ec98b2f..2d8587a 100644 (file)
@@ -553,7 +553,7 @@ The following commands are available:
   (gnus-server-list-servers))
 
 (defun gnus-server-copy-server (from to)
-  "Copy a server definiton to a new name."
+  "Copy a server definition to a new name."
   (interactive
    (list
     (or (gnus-server-server-name)
index f8c3f82..c8779c9 100644 (file)
@@ -3581,7 +3581,7 @@ that that variable is buffer-local to the summary buffers."
                 (equal (nth 1 m1) (nth 1 m2)))))))
 
 (defsubst gnus-sloppily-equal-method-parameters (m1 m2)
-  ;; Check parameters for sloppy equalness.
+  ;; Check parameters for sloppy equality.
   (let ((p1 (copy-sequence (cddr m1)))
        (p2 (copy-sequence (cddr m2)))
        e1 e2)
index 345e7c1..dade86a 100644 (file)
@@ -123,7 +123,7 @@ If this list contains the element \"font\".")
 This is an alist where each dotted pair consists of a tag, and then
 the name of a function to be called when this tag is found.  The
 function is called with the arguments p1, p2, p3 and p4. These are
-demontrated below:
+demonstrated below:
 
 \"<b> This is bold text </b>\"
  ^   ^                 ^    ^
index 4810655..e954f7f 100644 (file)
@@ -2547,7 +2547,7 @@ Return the number of headers removed."
      (point-max)))
   (goto-char (point-min)))
 
-;; FIXME: clarify diffference: message-narrow-to-head,
+;; FIXME: clarify difference: message-narrow-to-head,
 ;; message-narrow-to-headers-or-head, message-narrow-to-headers
 (defun message-narrow-to-head ()
   "Narrow the buffer to the head of the message.
index db7ac1b..a798e22 100644 (file)
@@ -72,7 +72,7 @@
 ;; * nndiary-get-new-mail, nndiary-mail-source and nndiary-split-methods:
 ;;   NNDiary has some experimental parts, in the sense Gnus normally uses only
 ;;   one mail back ends for mail retreival and splitting. This back end is
-;;   also an attempt to make it behave differently. For Gnus developpers: as
+;;   also an attempt to make it behave differently. For Gnus developers: as
 ;;   you can see if you snarf into the code, that was not a very difficult
 ;;   thing to do. Something should be done about the respooling breakage
 ;;   though.
index 66ed90b..9d6011e 100644 (file)
@@ -1634,7 +1634,7 @@ search in raw mode."
       (nnheader-message 3 "Couldn't find original article"))))
 
 (defun nnmairix-determine-original-group-from-registry (mid)
-  "Try to determinale original group for message-id MID from the registry."
+  "Try to determine original group for message-id MID from the registry."
   (when (gnus-bound-and-true-p 'gnus-registry-enabled)
     (unless (string-match "^<" mid)
       (set mid (concat "<" mid)))
index 0e89070..cc67bbb 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus.texi (Contributors):
+       * pgg.texi (Architecture): Spelling fix.
+
 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
 
        * gnus.texi (Sending or Not Sending): Fix typo.
index 04b0058..f932c89 100644 (file)
@@ -26756,7 +26756,7 @@ Sudish Joseph---innumerable bug fixes.
 Ilja Weis---@file{gnus-topic.el}.
 
 @item
-Steven L. Baur---lots and lots and lots of bugs detections and fixes.
+Steven L. Baur---lots and lots and lots of bug detection and fixes.
 
 @item
 Vladimir Alexiev---the refcard and reference booklets.
index 164f262..4d5c773 100644 (file)
@@ -57,18 +57,18 @@ and various tools for secure communication.  PGG also provides a simple
 user interface to encrypt, decrypt, sign, and verify MIME messages.
 
 @ifnottex
-@insertcopying 
+@insertcopying
 @end ifnottex
 
 @menu
 * Overview::                    What PGG is.
 * Prerequisites::               Complicated stuff you may have to do.
 * How to use::                  Getting started quickly.
-* Architecture::                
-* Parsing OpenPGP packets::     
+* Architecture::
+* Parsing OpenPGP packets::
 * GNU Free Documentation License:: The license for this documentation.
-* Function Index::              
-* Variable Index::              
+* Function Index::
+* Variable Index::
 @end menu
 
 @node Overview
@@ -137,10 +137,10 @@ list autoload setting for desired functions as follows.
 @end lisp
 
 @menu
-* User Commands::               
-* Selecting an implementation::  
-* Caching passphrase::          
-* Default user identity::       
+* User Commands::
+* Selecting an implementation::
+* Caching passphrase::
+* Default user identity::
 @end menu
 
 @node User Commands
@@ -358,13 +358,13 @@ singleton object wrapped with the luna object system.
 
 Since PGG was designed for accessing and developing PGP functionality,
 the architecture had to be designed not just for interoperability but
-also for extensiblity.  In this chapter we explore the architecture
+also for extensibility.  In this chapter we explore the architecture
 while finding out how to write the PGG back end.
 
 @menu
-* Initializing::                
-* Back end methods::             
-* Getting output::              
+* Initializing::
+* Back end methods::
+* Getting output::
 @end menu
 
 @node Initializing