]> git.eshelyaron.com Git - emacs.git/commitdiff
(spam-stat-buffer-words): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Feb 2006 11:36:21 +0000 (11:36 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Feb 2006 11:36:21 +0000 (11:36 +0000)
lisp/gnus/spam-stat.el

index 66f302d32e50aeabe944e26b1ea0ae46242ff015..e21372bd649d78545d27a0f61a9103c31752fd66 100644 (file)
@@ -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))