Skip to content

Commit 9555704

Browse files
authored
Merge pull request rust-lang#36 from ghotiphud/patch-1
Listening vs Listenering
2 parents d5dc4a4 + 4f2eadf commit 9555704

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

futures-mio/src/bin/echo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fn main() {
2323

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

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

0 commit comments

Comments
 (0)