From: Paul Eggert Date: Wed, 21 Dec 2011 11:23:14 +0000 (+0000) Subject: Spelling fixes. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=eed6da41b83d822c28f00c444b848dce50678509 Spelling fixes. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 287a76ebe..f3070f790 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-12-21 Paul Eggert + + * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule): + * ntlm.el (ntlm-smb-dohash): Spelling fix. + 2011-12-19 Paul Eggert * gnus-art.el (gnus-split-methods): diff --git a/lisp/nndiary.el b/lisp/nndiary.el index 25557ad71..29f0695c7 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 9af148e8f..8bcb1ef29 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 1e376f07b..b2c87fbcb 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2011-12-21 Paul Eggert + + * auth.texi (Help for developers): Spelling fix. + 2011-12-14 Paul Eggert * gnus.texi (Using MIME, Score File Syntax): Spelling fix. diff --git a/texi/auth.texi b/texi/auth.texi index 412be553f..36754cee3 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