* elmo-split.el: Fixed typo.
authorteranisi <teranisi>
Fri, 12 Jul 2002 00:45:58 +0000 (00:45 +0000)
committerteranisi <teranisi>
Fri, 12 Jul 2002 00:45:58 +0000 (00:45 +0000)
elmo/elmo-split.el

index ec14c01..a92a71e 100644 (file)
@@ -94,7 +94,7 @@ Example:
        ;; Messages from DoCoMo user are stored in `+docomo-{username}'.
        ((match from \"\\\\(.*\\\\)@docomo\\\\.ne\\\\.jp\")
         \"+docomo-\\\\1\")
-       ;; Unmatched mails goes to `+inbox'.
+       ;; Unmatched mails go to `+inbox'.
        (t \"+inbox\")))"
   :group 'elmo
   :type 'sexp)