From: Martin Pool Date: Thu, 11 Apr 2002 02:11:50 +0000 (+0000) Subject: Fix old typo. X-Git-Tag: v2.5.6~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c979dad54a25e06d08d78b4166cae03c9242d0d1;p=thirdparty%2Frsync.git Fix old typo. --- diff --git a/io.c b/io.c index 4469c54a..f651116e 100644 --- a/io.c +++ b/io.c @@ -104,7 +104,7 @@ static void check_timeout(void) } } -/** Setup the fd used to propogate errors */ +/** Setup the fd used to propagate errors */ void io_set_error_fd(int fd) { io_error_fd = fd;