diff options
author | Glenn Morris <rgm@gnu.org> | 2011-02-22 23:08:12 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-02-22 23:08:12 -0800 |
commit | 97610156f40b64a933d9c4afa4767e2443527892 (patch) | |
tree | 2af012a0c8f4817f30d3efa9e1dc5c26406f797a /lisp/gnus/nntp.el | |
parent | 61cf3a767d6ea2c04d5697431b8b4ea905584bd5 (diff) | |
download | emacs-97610156f40b64a933d9c4afa4767e2443527892.tar.gz |
Fix spelling of "precede".
Diffstat (limited to 'lisp/gnus/nntp.el')
-rw-r--r-- | lisp/gnus/nntp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el index e09b1af3abe..6eb97182c2f 100644 --- a/lisp/gnus/nntp.el +++ b/lisp/gnus/nntp.el @@ -1632,7 +1632,7 @@ password contained in '~/.nntp-authinfo'." ;; Some nntp servers seem to have an extension to the XOVER ;; extension. On these servers, requesting an article range - ;; preceeding the active range does not return an error as + ;; preceding the active range does not return an error as ;; specified in the RFC. What we instead get is the NOV entry ;; for the first available article. Obviously, a client can ;; use that entry to avoid making unnecessary requests. The |