I can't spell

This commit is contained in:
steveklabnik
2017-04-12 14:24:19 -04:00
parent bd504261d4
commit d3404cf152

View File

@@ -111,7 +111,7 @@ println!("Connection established!");
Right now, "handling" a stream means `unwrap`ping it to terminate our program if
it encounters any errors, and then printing a message. What kind of errors can
happen here? Well, we're not actually interating over connections, we're
happen here? Well, we're not actually iterating over connections, we're
iterating over *connection attempts*. The connection might not work for a number
of reasons, many of them operating-system specific. For example, many operating
systems have a limit to the number of simultaneous open connections you're