diff options
| author | bors <bors@rust-lang.org> | 2014-02-18 02:51:49 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-02-18 02:51:49 -0800 |
| commit | b3ed38f2196e8636f9f295da8d06c6921db183fe (patch) | |
| tree | 02968a54be00a4a213dece5f5900230809ce7f5a /src/libstd/io | |
| parent | 1e60084257ca6f264610544964bf553f1feba83b (diff) | |
| parent | 6555b04dd2fbcd18c8fa8beb2bebc4b81febc6b0 (diff) | |
| download | rust-b3ed38f2196e8636f9f295da8d06c6921db183fe.tar.gz rust-b3ed38f2196e8636f9f295da8d06c6921db183fe.zip | |
auto merge of #12345 : huonw/rust/speeling, r=cmr
Diffstat (limited to 'src/libstd/io')
| -rw-r--r-- | src/libstd/io/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs index c99fe587fc0..2eadf9a7f4f 100644 --- a/src/libstd/io/mod.rs +++ b/src/libstd/io/mod.rs @@ -1287,7 +1287,7 @@ pub trait Acceptor<T> { /// /// Since connection attempts can continue forever, this iterator always returns /// `Some`. The `Some` contains the `IoResult` representing whether the -/// connection attempt was succesful. A successful connection will be wrapped +/// connection attempt was successful. A successful connection will be wrapped /// in `Ok`. A failed connection is represented as an `Err`. pub struct IncomingConnections<'a, A> { priv inc: &'a mut A, |
