From 584ba4ebae47c46fa8f6234fd7d32ea43a419dd6 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 5 Sep 2004 21:30:00 +0000 Subject: [PATCH] Fixed a typo Paul pointed out. --- log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- 2.34.1