From 5df93a963e4bdf16117d251fc00c033201a9133a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 17 Nov 2011 09:53:12 +0000 Subject: [PATCH] Spelling fixes. --- 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(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 85e70ccae..f68a53616 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2011-11-17 Paul Eggert + + * 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 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): diff --git a/lisp/gnus-srvr.el b/lisp/gnus-srvr.el index ec98b2ff7..2d8587ace 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 f8c3f8267..c8779c919 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 345e7c19a..dade86ab1 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: \" This is bold text \" ^ ^ ^ ^ diff --git a/lisp/message.el b/lisp/message.el index 4810655e8..e954f7fc5 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 db7ac1b44..a798e2290 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 66ed90be8..9d6011e65 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 0e8907020..cc67bbbd2 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2011-11-17 Paul Eggert + + * gnus.texi (Contributors): + * pgg.texi (Architecture): Spelling fix. + 2011-11-15 Juanma Barranquero * gnus.texi (Sending or Not Sending): Fix typo. diff --git a/texi/gnus.texi b/texi/gnus.texi index 04b0058d5..f932c89c3 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 164f262db..4d5c77315 100644 --- a/texi/pgg.texi +++ b/texi/pgg.texi @@ -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 -- 2.34.1