diff options
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 |