nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Sep 2010 12:19:46 +0000 (12:19 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 27 Sep 2010 12:19:46 +0000 (12:19 +0000)
lisp/ChangeLog
lisp/nnmail.el

index b240ad7..24ace17 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
+
+       * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
+
 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * nnimap.el (nnimap-request-accept-article): Message the error on
index 731d85b..462cb8a 100644 (file)
@@ -225,7 +225,7 @@ Example:
 
 In this case, articles containing the string \"boss\" in the To or the
 From header will be expired to the group \"nnfolder:Work\";
-articles containing the sting \"IMPORTANT\" in the Subject header will
+articles containing the string \"IMPORTANT\" in the Subject header will
 be expired to the group \"nnfolder:IMPORTANT.YYYY.MMM\"; and
 everything else will be expired to \"nnfolder:Archive-YYYY\"."
   :version "22.1"