diff lisp/gnus/nnsoup.el @ 19969:5f1ab3dd344d

*** empty log message ***
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Wed, 24 Sep 1997 01:50:24 +0000
parents e6935c08cf0b
children 15fc6acbae7a
line wrap: on
line diff
--- a/lisp/gnus/nnsoup.el	Tue Sep 23 18:23:17 1997 +0000
+++ b/lisp/gnus/nnsoup.el	Wed Sep 24 01:50:24 1997 +0000
@@ -237,7 +237,7 @@
 
 (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 @@
   (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))