From 6555b04dd2fbcd18c8fa8beb2bebc4b81febc6b0 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Mon, 17 Feb 2014 22:53:45 +1100 Subject: Spellcheck library docs. --- src/libstd/io/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/io') 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 { /// /// 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, -- cgit 1.4.1-3-g733a5