From 52d9a554d12c14d6964843a1c154ba8e78f78b09 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 16 Oct 2007 22:42:10 +0000 Subject: [PATCH] Changed a word in an error message. --- compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat.c b/compat.c index d72069d6..888f94d9 100644 --- a/compat.c +++ b/compat.c @@ -241,7 +241,7 @@ void setup_protocol(int f_out,int f_in) /* This should only be able to happen in a batch. */ fprintf(stderr, "Incompatible options specified for inc-recursive %s.\n", - read_batch ? "batch file" : "protocol"); + read_batch ? "batch file" : "connection"); exit_cleanup(RERR_SYNTAX); } need_messages_from_generator = 1; -- 2.34.1