]> git.eshelyaron.com Git - emacs.git/commitdiff
* spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 4 Oct 2009 01:32:08 +0000 (01:32 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 4 Oct 2009 01:32:08 +0000 (01:32 +0000)
lisp/gnus/ChangeLog
lisp/gnus/spam-stat.el

index 68bceb7ef13b90f16d28d955cc2eab99253c5341..5cbf88ba51b1dc525102edcd25cdf19cbbbf0b94 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
+
 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
 
        * spam-stat.el (spam-stat-load): Fix typo in message.
index 99d69f33bc34595c2178a6a0d52cf8e44ea6a4a3..daff2dc9567e9fd95e97cc73f056334bf781628f 100644 (file)
@@ -551,7 +551,7 @@ check the variable `spam-stat-score-data'."
 ;; Testing
 
 (defun spam-stat-strip-xref ()
-  "Strip the the Xref header."
+  "Strip the Xref header."
   (save-restriction
     (mail-narrow-to-head)
     (when (re-search-forward "^Xref:.*\n" nil t)