Fix old typo.
authorMartin Pool <mbp@samba.org>
Thu, 11 Apr 2002 02:11:50 +0000 (02:11 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 11 Apr 2002 02:11:50 +0000 (02:11 +0000)
io.c

diff --git a/io.c b/io.c
index 4469c54..f651116 100644 (file)
--- 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;