diff --git a/src/bin/echo.rs b/src/bin/echo.rs index c7826f2f4..a6fb1c324 100644 --- a/src/bin/echo.rs +++ b/src/bin/echo.rs @@ -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