mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
(erc-dcc-send-file): Fix typo in error message.
This commit is contained in:
parent
fcf8c77812
commit
c6e43135c8
@ -808,7 +808,7 @@ other client."
|
||||
(erc-ip-to-decimal (nth 0 contact))
|
||||
(nth 1 contact)
|
||||
size)))
|
||||
(error "`make-network-process' not supported by your emacs.")))
|
||||
(error "`make-network-process' not supported by your Emacs")))
|
||||
|
||||
;;; GET handling
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user