diff options
author | Wayne Davison <wayned@samba.org> | 2007-10-16 22:42:10 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2007-10-16 22:42:10 +0000 |
commit | 52d9a554d12c14d6964843a1c154ba8e78f78b09 (patch) | |
tree | f3b02bd218ae8521a4afdc71b5ebd510d1b2b7d8 /compat.c | |
parent | aabb50d4e391be5768fa76170372e28e85902f95 (diff) | |
download | rsync-52d9a554d12c14d6964843a1c154ba8e78f78b09.tar.gz rsync-52d9a554d12c14d6964843a1c154ba8e78f78b09.tar.bz2 rsync-52d9a554d12c14d6964843a1c154ba8e78f78b09.zip |
Changed a word in an error message.
Diffstat (limited to 'compat.c')
-rw-r--r-- | compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |