* spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2009-10-04 01:32:08 +00:00
parent d789655614
commit 84b5fcf6be
2 changed files with 5 additions and 1 deletions

View 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.

View 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)