diff --git a/src/io/copy.rs b/src/io/copy.rs index 3884a30b5..fa5677e04 100644 --- a/src/io/copy.rs +++ b/src/io/copy.rs @@ -72,7 +72,7 @@ impl Future for Copy self.amt += i as u64; } - // If we've written al the data and we've seen EOF, flush out the + // If we've written all the data and we've seen EOF, flush out the // data and finish the transfer. // done with the entire transfer. if self.pos == self.cap && self.read_done {