diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 22:21:28 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 22:21:28 +0000 |
commit | 35910610258829f2b37991d7e63538f346425796 (patch) | |
tree | c7454f9463116353714a6600d1416bd7b37ee187 /lisp/nnspool.el | |
parent | e712992775612c8a4cc2052e4cc66411ccfc4299 (diff) | |
download | emacs-35910610258829f2b37991d7e63538f346425796.tar.gz |
Comment fixes.
Diffstat (limited to 'lisp/nnspool.el')
-rw-r--r-- | lisp/nnspool.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nnspool.el b/lisp/nnspool.el index 3d1351f89bd..7609f688462 100644 --- a/lisp/nnspool.el +++ b/lisp/nnspool.el @@ -366,7 +366,7 @@ Newsgroup must be selected before calling this function." (nnspool-sift-nov-with-sed articles nov) (insert-file-contents nov) ;; First we find the first wanted line. We issue a number - ;; of search-forwards - the first article we are lookign + ;; of search-forwards - the first article we are looking ;; for may be expired, so we have to go on searching until ;; we find one of the articles we want. (while (and articles |