Skip to content

Commit

Permalink
Merge pull request rust-lang#36 from ghotiphud/patch-1
Browse files Browse the repository at this point in the history
Listening vs Listenering
  • Loading branch information
alexcrichton authored Aug 11, 2016
2 parents d5dc4a4 + 4f2eadf commit 9555704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures-mio/src/bin/echo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fn main() {

let done = server.and_then(move |socket| {
// Once we've got the TCP listener, inform that we have it
println!("Listenering on: {}", addr);
println!("Listening on: {}", addr);

// Pull out the stream of incoming connections and then for each new
// one spin up a new task copying data. We put the `socket` into a
Expand Down

0 comments on commit 9555704

Please sign in to comment.