Fix typos.
[bpt/emacs.git] / lisp / erc / ChangeLog.01
index 78187ed..24da39d 100644 (file)
 2001-10-20  Alex Schroeder  <alex@gnu.org>
 
        * erc.el:
-       Replaced all occurences of put-text-property with a call to
+       Replaced all occurrences of put-text-property with a call to
        erc-put-text-property.
        (erc-put-text-property): New function.
        (erc-tracking-modified-channels): Moved to the front of the file such
        * Changed some (if ...) without else part to (when ...)
        * Some (while ...) to use (dolist ...)
        * Fix for completion popup generating tracebacks.
-       * New function erc-arrange-session-in-mulptiple-windows
+       * New function erc-arrange-session-in-multiple-windows
        * Lots of other stuff, read the diff
 
 2001-10-02  Mario Lang  <mlang@delysid.org>
 2001-07-26  Mario Lang  <mlang@delysid.org>
 
        * erc.el:
-       fixed one occurence of a setq with only one argument (XEmacs didn't like that)
+       fixed one occurrence of a setq with only one argument (XEmacs didn't like that)
 
        * erc.el:
        Added erc-next-line-add-newlines customisation possibility.