From c979dad54a25e06d08d78b4166cae03c9242d0d1 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 11 Apr 2002 02:11:50 +0000 Subject: [PATCH] Fix old typo. --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1