summaryrefslogtreecommitdiffstats
path: root/tokio-tcp/src/stream.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-tcp/src/stream.rs')
-rw-r--r--tokio-tcp/src/stream.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-tcp/src/stream.rs b/tokio-tcp/src/stream.rs
index 02ebbea9..d062720c 100644
--- a/tokio-tcp/src/stream.rs
+++ b/tokio-tcp/src/stream.rs
@@ -44,7 +44,7 @@ impl TcpStream {
///
/// This function will create a new TCP socket and attempt to connect it to
/// the `addr` provided. The returned future will be resolved once the
- /// stream has successfully connected, or it wil return an error if one
+ /// stream has successfully connected, or it will return an error if one
/// occurs.
pub fn connect(addr: &SocketAddr) -> ConnectFuture {
use self::ConnectFutureState::*;