diff options
Diffstat (limited to 'lisp/nnml.el')
-rw-r--r-- | lisp/nnml.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nnml.el b/lisp/nnml.el index 585a0c71558..5b4f3b45898 100644 --- a/lisp/nnml.el +++ b/lisp/nnml.el @@ -327,7 +327,7 @@ all. This may very well take some time.") (and (nnmail-activate 'nnml) ;; We trick the choosing function into believing that only one - ;; group is availiable. + ;; group is available. (let ((nnmail-split-methods (list (list group "")))) (setq result (car (nnml-save-mail)))) (progn |