Listening vs Listenering

Not trying to be pedantic, just noticed this.
This commit is contained in:
Yale Cason III
2016-08-11 14:46:16 -04:00
committed by GitHub
parent f08e8ec672
commit 0aa7ab94ff
+1 -1
View File
@@ -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