summaryrefslogtreecommitdiff
path: root/lisp/gnus/spam-stat.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-02-16 11:36:21 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-02-16 11:36:21 +0000
commitcaf213c53d8d2c86d25ad2dc5e1e325495edad66 (patch)
tree48c1f2140d3d8b84bb601af967723349c82885b9 /lisp/gnus/spam-stat.el
parent598d751d7c089bb7959782a4ca262930f27c8dd1 (diff)
downloademacs-caf213c53d8d2c86d25ad2dc5e1e325495edad66.tar.gz
(spam-stat-buffer-words): Fix typo in docstring.
Diffstat (limited to 'lisp/gnus/spam-stat.el')
-rw-r--r--lisp/gnus/spam-stat.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/spam-stat.el b/lisp/gnus/spam-stat.el
index 66f302d32e5..e21372bd649 100644
--- a/lisp/gnus/spam-stat.el
+++ b/lisp/gnus/spam-stat.el
@@ -323,7 +323,7 @@ Use `spam-stat-ngood', `spam-stat-nbad', `spam-stat-good',
,@body))
(defun spam-stat-buffer-words ()
- "Return a hash table of words and number of occurences in the buffer."
+ "Return a hash table of words and number of occurrences in the buffer."
(with-spam-stat-max-buffer-size
(with-syntax-table spam-stat-syntax-table
(goto-char (point-min))