From 06b2c402227b4c0f64912e48966f2751dd872ccc Mon Sep 17 00:00:00 2001 From: Julian Tescher Date: Tue, 8 May 2018 14:44:17 -0400 Subject: Fix typos (#348) --- examples/echo-udp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/echo-udp.rs') diff --git a/examples/echo-udp.rs b/examples/echo-udp.rs index e25f0936..9a1b9684 100644 --- a/examples/echo-udp.rs +++ b/examples/echo-udp.rs @@ -68,6 +68,6 @@ fn main() { // `map_err` handles the error by logging it and maps the future to a type // that can be spawned. // - // `tokio::run` spanws the task on the Tokio runtime and starts running. + // `tokio::run` spawns the task on the Tokio runtime and starts running. tokio::run(server.map_err(|e| println!("server error = {:?}", e))); } -- cgit v1.2.3