From: Martin Pool Date: Thu, 11 Apr 2002 02:11:50 +0000 (+0000) Subject: Fix old typo. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/c979dad54a25e06d08d78b4166cae03c9242d0d1 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;