aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc
diff options
context:
space:
mode:
authorStefan Kangas2022-10-26 22:41:09 +0200
committerStefan Kangas2022-10-26 23:04:23 +0200
commitdb2ed9f333879e5ac283fb48c8b06ed4022f0af9 (patch)
tree5ea199f04b4ae451e3041150de204dee5f87fa06 /lisp/erc
parentc716d0cf5692ab853c0eb5dc809c765207762cdb (diff)
downloademacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.tar.gz
emacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.zip
; Fix several symbol name typos
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/erc-capab.el2
-rw-r--r--lisp/erc/erc-networks.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/erc/erc-capab.el b/lisp/erc/erc-capab.el
index c590b45fd21..8759282a2ae 100644
--- a/lisp/erc/erc-capab.el
+++ b/lisp/erc/erc-capab.el
@@ -62,7 +62,7 @@
62;; You can customize the prefix and the face used to display it, 62;; You can customize the prefix and the face used to display it,
63;; `erc-capab-identify-unidentified'. If the value of 63;; `erc-capab-identify-unidentified'. If the value of
64;; `erc-capab-identify-prefix' is nil or you disable this module (see 64;; `erc-capab-identify-prefix' is nil or you disable this module (see
65;; `erc-capab-identify-disable'), no prefix will be inserted, but the 65;; `erc-capab-identify-activated'), no prefix will be inserted, but the
66;; flag sent by the server will still be stripped. 66;; flag sent by the server will still be stripped.
67 67
68;;; Code: 68;;; Code:
diff --git a/lisp/erc/erc-networks.el b/lisp/erc/erc-networks.el
index 2c8f8fb72bb..d8fb8798198 100644
--- a/lisp/erc/erc-networks.el
+++ b/lisp/erc/erc-networks.el
@@ -1256,7 +1256,7 @@ Signal an error when the network cannot be determined."
1256 ;; but aren't being proxied through to a real network. The 1256 ;; but aren't being proxied through to a real network. The
1257 ;; service may send a 422 but no NETWORK param (or *any* 005s). 1257 ;; service may send a 422 but no NETWORK param (or *any* 005s).
1258 (let ((m (concat "Failed to determine network. Please set entry for " 1258 (let ((m (concat "Failed to determine network. Please set entry for "
1259 erc-server-announced-name " in `erc-network-alist'."))) 1259 erc-server-announced-name " in `erc-networks-alist'.")))
1260 (erc-display-error-notice parsed m) 1260 (erc-display-error-notice parsed m)
1261 (erc-error "Failed to determine network"))) ; beep 1261 (erc-error "Failed to determine network"))) ; beep
1262 (setq erc-network name)) 1262 (setq erc-network name))