diff lisp/gnus/spam-stat.el @ 105421:66d2db8735aa

* spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 04 Oct 2009 01:32:08 +0000
parents 506031e65b65
children 1d1d5d9bd884
line wrap: on
line diff
--- a/lisp/gnus/spam-stat.el	Sun Oct 04 01:14:56 2009 +0000
+++ b/lisp/gnus/spam-stat.el	Sun Oct 04 01:32:08 2009 +0000
@@ -551,7 +551,7 @@
 ;; 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)