Fixed a typo Paul pointed out.
authorWayne Davison <wayned@samba.org>
Sun, 5 Sep 2004 21:30:00 +0000 (21:30 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 5 Sep 2004 21:30:00 +0000 (21:30 +0000)
log.c

diff --git a/log.c b/log.c
index 0b55457..f63de7f 100644 (file)
--- 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" },