[gnus git] branch master updated: n0-17-427-geed6da4 =1= Spelling fixes.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via eed6da41b83d822c28f00c444b848dce50678509 (commit)
from 76ec4b823ceb4bcb6003ea3670815362f5062bfb (commit)
- Log -----------------------------------------------------------------
commit eed6da41b83d822c28f00c444b848dce50678509
Author: Paul Eggert <[email protected]>
Date: Wed Dec 21 11:23:14 2011 +0000
Spelling fixes.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 287a76e..f3070f7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-21 Paul Eggert <[email protected]>
+
+ * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
+ * ntlm.el (ntlm-smb-dohash): Spelling fix.
+
2011-12-19 Paul Eggert <[email protected]>
* gnus-art.el (gnus-split-methods):
diff --git a/lisp/nndiary.el b/lisp/nndiary.el
index 25557ad..29f0695 100644
--- a/lisp/nndiary.el
+++ b/lisp/nndiary.el
@@ -1161,7 +1161,7 @@ all. This may very well take some time.")
(defun nndiary-parse-schedule-value (str min-or-values max)
;; Parse the schedule string STR, or signal an error.
- ;; Signals are caught by `nndary-schedule'.
+ ;; Signals are caught by `nndiary-schedule'.
(if (string-match "[ \t]*\\*[ \t]*" str)
;; unspecified
nil
@@ -1204,7 +1204,7 @@ all. This may very well take some time.")
;; - Returns nil if `*'
;; - Otherwise returns a list of integers and/or ranges (BEG . END)
;; The exception is the Timze-Zone value which is always of the form (STR).
- ;; Signals are caught by `nndary-schedule'.
+ ;; Signals are caught by `nndiary-schedule'.
(let ((header (format "^X-Diary-%s: \\(.*\\)$" head)))
(goto-char (point-min))
(if (not (re-search-forward header nil t))
diff --git a/lisp/ntlm.el b/lisp/ntlm.el
index 9af148e..8bcb1ef 100644
--- a/lisp/ntlm.el
+++ b/lisp/ntlm.el
@@ -440,7 +440,7 @@ length of STR is LEN."
(defun ntlm-smb-dohash (in key forw)
"Return the hash value for a string IN and a string KEY.
-Length of IN and KEY are 64. FORW non nill means forward, nil means
+Length of IN and KEY are 64. FORW non-nil means forward, nil means
backward."
(let (pk1 ;string of length 56
c ;string of length 28
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 1e376f0..b2c87fb 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-21 Paul Eggert <[email protected]>
+
+ * auth.texi (Help for developers): Spelling fix.
+
2011-12-14 Paul Eggert <[email protected]>
* gnus.texi (Using MIME, Score File Syntax): Spelling fix.
diff --git a/texi/auth.texi b/texi/auth.texi
index 412be55..36754ce 100644
--- a/texi/auth.texi
+++ b/texi/auth.texi
@@ -281,7 +281,7 @@ for any of the prompts.
Note that the password needs to be evaluated if it's a function. It's
wrapped in a function to provide some security.
-Later, after a successful login, @code{nnimal.el} calls the
+Later, after a successful login, @code{nnimap.el} calls the
@code{:save-function} like so:
@example
-----------------------------------------------------------------------
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 | 5 +++++
lisp/nndiary.el | 4 ++--
lisp/ntlm.el | 2 +-
texi/ChangeLog | 4 ++++
texi/auth.texi | 2 +-
5 files changed, 13 insertions(+), 4 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