]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 d72069d60805f2448af0ad7bf68678e5bb134b8d..888f94d9e8bef34c322ef9d100a1c026489cdd52 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;