lisp/nnmh.el: Fix typo again.
authorichikawa <ichikawa>
Mon, 28 Sep 1998 14:31:37 +0000 (14:31 +0000)
committerichikawa <ichikawa>
Mon, 28 Sep 1998 14:31:37 +0000 (14:31 +0000)
lisp/nnmh.el

index 6f4480d..efc0654 100644 (file)
 (deffoo nnmh-request-accept-article (group &optional server last noinsert)
   (nnmh-possibly-change-directory group server)
   (if (and (not (equal group "queue"))
-          (not (equal grouo "draft")))
+          (not (equal group "draft")))
       (nnmail-check-syntax))
   (when nnmail-cache-accepted-message-ids
     (nnmail-cache-insert (nnmail-fetch-field "message-id")))