I'm sure that someone's gonna complain that parsing the output is messed
up by this patch, but then they should have told about the typo
themselves :-)
--- log.c.orig 2004-08-17 10:25:57.000000000 +0200
+++ log.c 2004-09-05 16:28:42.000000000 +0200
@@ -61,7 +61,7 @@
{ 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" },
Paul Slootman