X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a86179f42976df985508d9166591eb75d8142476..066696644f8fa36f5ca3be116d015ded400266de:/io.c 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;