From c6e43135c83a635cf4ecec8941e18177fd96e618 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 6 Nov 2006 02:08:42 +0000 Subject: [PATCH] (erc-dcc-send-file): Fix typo in error message. --- lisp/erc/erc-dcc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2