# HG changeset patch # User Juanma Barranquero # Date 1140089781 0 # Node ID d7445550220cca5d840cabae5c3e2f7c990c6a04 # Parent 16194e6e2a7b8c76aee5fc9613c49d41fa20123a (spam-stat-buffer-words): Fix typo in docstring. diff -r 16194e6e2a7b -r d7445550220c lisp/gnus/spam-stat.el --- 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))