We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5dc4a4 + 4f2eadf commit 9555704Copy full SHA for 9555704
1 file changed
futures-mio/src/bin/echo.rs
@@ -23,7 +23,7 @@ fn main() {
23
24
let done = server.and_then(move |socket| {
25
// Once we've got the TCP listener, inform that we have it
26
- println!("Listenering on: {}", addr);
+ println!("Listening on: {}", addr);
27
28
// Pull out the stream of incoming connections and then for each new
29
// one spin up a new task copying data. We put the `socket` into a
0 commit comments