diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2014-02-17 22:53:45 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2014-02-18 08:05:35 +1100 |
| commit | 6555b04dd2fbcd18c8fa8beb2bebc4b81febc6b0 (patch) | |
| tree | 67b79727570ea14a3b0520b5562aa9e1fba154f9 /src/libstd/io | |
| parent | c8489069b43191c5298f17430933b3b88fb79c3c (diff) | |
| download | rust-6555b04dd2fbcd18c8fa8beb2bebc4b81febc6b0.tar.gz rust-6555b04dd2fbcd18c8fa8beb2bebc4b81febc6b0.zip | |
Spellcheck library docs.
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, |
