Changed a word in an error message.
authorWayne Davison <wayned@samba.org>
Tue, 16 Oct 2007 22:42:10 +0000 (22:42 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 16 Oct 2007 22:42:10 +0000 (22:42 +0000)
compat.c

index d72069d..888f94d 100644 (file)
--- 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;