fixed a bug in the flist sending code that caused the flist sending to
[rsync/rsync.git] / io.c
diff --git a/io.c b/io.c
index 8eb62c3..85ff742 100644 (file)
--- a/io.c
+++ b/io.c
@@ -145,7 +145,7 @@ static void read_loop(int fd, char *buf, int len)
        }
 }
 
-/* read from the file descriptor handing multiplexing - 
+/* read from the file descriptor handling multiplexing - 
    return number of bytes read
    never return <= 0 */
 static int read_unbuffered(int fd, char *buf, int len)