aboutsummaryrefslogtreecommitdiff
path: root/src/net/tcp/stream.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tcp/stream.rs')
-rw-r--r--src/net/tcp/stream.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tcp/stream.rs b/src/net/tcp/stream.rs
index a7a9aa1..8a3f6a2 100644
--- a/src/net/tcp/stream.rs
+++ b/src/net/tcp/stream.rs
@@ -72,7 +72,7 @@ impl TcpStream {
/// `ErrorKind::NotConnected` it means the stream is not yet connected,
/// go back to step 3. If it returns an address it means the stream is
/// connected, go to step 5. If another error is returned something
- /// whent wrong.
+ /// went wrong.
/// 5. Now the stream can be used.
///
/// This may return a `WouldBlock` in which case the socket connection