changeset 68931:d7445550220c

(spam-stat-buffer-words): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 16 Feb 2006 11:36:21 +0000
parents 16194e6e2a7b
children dc25f1fd56f5
files lisp/gnus/spam-stat.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/spam-stat.el	Thu Feb 16 11:32:43 2006 +0000
+++ b/lisp/gnus/spam-stat.el	Thu Feb 16 11:36:21 2006 +0000
@@ -323,7 +323,7 @@
      ,@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))