[gnus git] branch master updated: n0-17-383-g5df93a9 =1= Spelling fixes.

Katsumi Yamaoka <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  5df93a963e4bdf16117d251fc00c033201a9133a (commit)
      from  f05e31ccd35b6c1e947c376f410bdba155ebda18 (commit)


- Log -----------------------------------------------------------------
commit 5df93a963e4bdf16117d251fc00c033201a9133a
Author: Paul Eggert <[email protected]>
Date:   Thu Nov 17 09:53:12 2011 +0000

    Spelling fixes.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 85e70cc..f68a536 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
+2011-11-17  Paul Eggert  <[email protected]>
+
+	* 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  <[email protected]>
 
 	* gnus-agent.el (gnus-agent-expire-unagentized-dirs):
diff --git a/lisp/gnus-srvr.el b/lisp/gnus-srvr.el
index ec98b2f..2d8587a 100644
--- a/lisp/gnus-srvr.el
+++ b/lisp/gnus-srvr.el
@@ -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)
diff --git a/lisp/gnus.el b/lisp/gnus.el
index f8c3f82..c8779c9 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -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)
diff --git a/lisp/html2text.el b/lisp/html2text.el
index 345e7c1..dade86a 100644
--- a/lisp/html2text.el
+++ b/lisp/html2text.el
@@ -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>\"
  ^   ^                 ^    ^
diff --git a/lisp/message.el b/lisp/message.el
index 4810655..e954f7f 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -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.
diff --git a/lisp/nndiary.el b/lisp/nndiary.el
index db7ac1b..a798e22 100644
--- a/lisp/nndiary.el
+++ b/lisp/nndiary.el
@@ -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.
diff --git a/lisp/nnmairix.el b/lisp/nnmairix.el
index 66ed90b..9d6011e 100644
--- a/lisp/nnmairix.el
+++ b/lisp/nnmairix.el
@@ -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)))
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 0e89070..cc67bbb 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-17  Paul Eggert  <[email protected]>
+
+	* gnus.texi (Contributors):
+	* pgg.texi (Architecture): Spelling fix.
+
 2011-11-15  Juanma Barranquero  <[email protected]>
 
 	* gnus.texi (Sending or Not Sending): Fix typo.
diff --git a/texi/gnus.texi b/texi/gnus.texi
index 04b0058..f932c89 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -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.
diff --git a/texi/pgg.texi b/texi/pgg.texi
index 164f262..4d5c773 100644
--- a/texi/pgg.texi
+++ b/texi/pgg.texi
@@ -358,7 +358,7 @@ 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

-----------------------------------------------------------------------
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    |   10 ++++++++++
 lisp/gnus-srvr.el |    2 +-
 lisp/gnus.el      |    2 +-
 lisp/html2text.el |    2 +-
 lisp/message.el   |    2 +-
 lisp/nndiary.el   |    2 +-
 lisp/nnmairix.el  |    2 +-
 texi/ChangeLog    |    5 +++++
 texi/gnus.texi    |    2 +-
 texi/pgg.texi     |   26 +++++++++++++-------------
 10 files changed, 35 insertions(+), 20 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.