From: Juanma Barranquero Date: Mon, 6 Nov 2006 02:08:42 +0000 (+0000) Subject: (erc-dcc-send-file): Fix typo in error message. X-Git-Tag: emacs-pretest-22.0.91~306 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6e43135c83a635cf4ecec8941e18177fd96e618;p=emacs.git (erc-dcc-send-file): Fix typo in error message. --- diff --git a/lisp/erc/erc-dcc.el b/lisp/erc/erc-dcc.el index 4b9172f06d7..098e9085d74 100644 --- a/lisp/erc/erc-dcc.el +++ b/lisp/erc/erc-dcc.el @@ -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