X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ba3db4795ea258f9defc47fe7eeceb30c080b59a..584ba4ebae47c46fa8f6234fd7d32ea43a419dd6:/log.c diff --git a/log.c b/log.c index 0b55457f..f63de7f5 100644 --- a/log.c +++ b/log.c @@ -61,7 +61,7 @@ struct { { RERR_WAITCHILD , "some error returned by waitpid()" }, { RERR_MALLOC , "error allocating core memory buffers" }, { RERR_PARTIAL , "some files could not be transferred" }, - { RERR_VANISHED , "some files vanished before they could be transfered" }, + { RERR_VANISHED , "some files vanished before they could be transferred" }, { RERR_TIMEOUT , "timeout in data send/receive" }, { RERR_CMD_FAILED , "remote shell failed" }, { RERR_CMD_KILLED , "remote shell killed" },