1
0
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:
Juanma Barranquero 2006-11-06 02:08:42 +00:00
parent fcf8c77812
commit c6e43135c8

View File

@ -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