diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-10-26 22:41:09 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-10-26 23:04:23 +0200 |
commit | db2ed9f333879e5ac283fb48c8b06ed4022f0af9 (patch) | |
tree | 5ea199f04b4ae451e3041150de204dee5f87fa06 /lisp/erc | |
parent | c716d0cf5692ab853c0eb5dc809c765207762cdb (diff) | |
download | emacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.tar.gz emacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.tar.bz2 emacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.zip |
; Fix several symbol name typos
Diffstat (limited to 'lisp/erc')
-rw-r--r-- | lisp/erc/erc-capab.el | 2 | ||||
-rw-r--r-- | lisp/erc/erc-networks.el | 2 |
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 @@ ;; You can customize the prefix and the face used to display it, ;; `erc-capab-identify-unidentified'. If the value of ;; `erc-capab-identify-prefix' is nil or you disable this module (see -;; `erc-capab-identify-disable'), no prefix will be inserted, but the +;; `erc-capab-identify-activated'), no prefix will be inserted, but the ;; flag sent by the server will still be stripped. ;;; 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." ;; but aren't being proxied through to a real network. The ;; service may send a 422 but no NETWORK param (or *any* 005s). (let ((m (concat "Failed to determine network. Please set entry for " - erc-server-announced-name " in `erc-network-alist'."))) + erc-server-announced-name " in `erc-networks-alist'."))) (erc-display-error-notice parsed m) (erc-error "Failed to determine network"))) ; beep (setq erc-network name)) |