aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/nnspool.el
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-06-09 11:59:12 +0000
committerJim Blandy <[email protected]>1993-06-09 11:59:12 +0000
commiteb8c3be94e12644f506b8857e49ffef88046bb0b (patch)
tree505c4ea5ae59214e4d6e749047d160c98191c9d2 /lisp/nnspool.el
parent16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff)
Apply typo patches from Paul Eggert.
Diffstat (limited to 'lisp/nnspool.el')
-rw-r--r--lisp/nnspool.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/nnspool.el b/lisp/nnspool.el
index 6235aff7db..72cc48bbb5 100644
--- a/lisp/nnspool.el
+++ b/lisp/nnspool.el
@@ -356,7 +356,7 @@ in the current news group."
(setq nntp-server-process nil))
(defun nnspool-find-article-by-message-id (id)
- "Return full pathname of an artilce identified by message-ID."
+ "Return full pathname of an article identified by message-ID."
(save-excursion
(let ((buffer (get-file-buffer nnspool-history-file)))
(if buffer
@@ -396,7 +396,7 @@ in the current news group."
(let ((string (substring string 0)) ;Copy string.
(len (length string))
(idx 0))
- ;; Replace all occurence of FROM with TO.
+ ;; Replace all occurrences of FROM with TO.
(while (< idx len)
(if (= (aref string idx) from)
(aset string idx to))