Commit 52d9a554 authored by Wayne Davison's avatar Wayne Davison

Changed a word in an error message.

parent aabb50d4
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment