summaryrefslogtreecommitdiff
path: root/lisp/erc
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-11-15 18:39:04 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-11-15 18:39:04 +0000
commit6b4e9327c3becadf37ecb5201d49c4db3fe04e95 (patch)
treeb735155120ef549d2a52351051795765eaee8b13 /lisp/erc
parentfb70b793a8c91b7fffc1c7ea2aa8ac03a13604b4 (diff)
downloademacs-6b4e9327c3becadf37ecb5201d49c4db3fe04e95.tar.gz
(log): Fix typo in docstring.
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/erc-log.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/erc/erc-log.el b/lisp/erc/erc-log.el
index 88132afae0c..651b80399ee 100644
--- a/lisp/erc/erc-log.el
+++ b/lisp/erc/erc-log.el
@@ -195,7 +195,7 @@ format is defined through a formatting function on
Since automatic logging is not always a Good Thing (especially if
people say things in different coding systems), you can turn logging
-behaviour on and off with the variable `erc-enable-logging', which can
+behavior on and off with the variable `erc-enable-logging', which can
also be a predicate function. To only log when you are not set away, use:
\(setq erc-enable-logging
@@ -385,7 +385,7 @@ You can save every individual message by putting this function on
(with-current-buffer buffer
(save-restriction
(widen)
- ;; early on in the initalisation, don't try and write the log out
+ ;; early on in the initialization, don't try and write the log out
(when (and (markerp erc-last-saved-position)
(> erc-insert-marker (1+ erc-last-saved-position)))
(write-region (1+ (marker-position erc-last-saved-position))