diff options
Diffstat (limited to 'lisp/gnus/nnsoup.el')
-rw-r--r-- | lisp/gnus/nnsoup.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/nnsoup.el b/lisp/gnus/nnsoup.el index 7088c649d68..31335352e21 100644 --- a/lisp/gnus/nnsoup.el +++ b/lisp/gnus/nnsoup.el @@ -237,7 +237,7 @@ The SOUP packet file name will be inserted at the %s.") (deffoo nnsoup-request-type (group &optional article) (nnsoup-possibly-change-group group) - ;; Try to guess the type based on the first articl ein the group. + ;; Try to guess the type based on the first article in the group. (when (not article) (setq article (cdaar (cddr (assoc group nnsoup-group-alist))))) @@ -623,7 +623,7 @@ The SOUP packet file name will be inserted at the %s.") (nnsoup-write-replies) ;; Check whether there is anything here. (when (null (directory-files nnsoup-replies-directory nil "\\.MSG$")) - (error "No files to pack.")) + (error "No files to pack")) ;; Pack all these files into a SOUP packet. (gnus-soup-pack nnsoup-replies-directory nnsoup-packer)) |