From 37389d9140554235e464eec934ee0d2162858449 Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Sun, 28 Jun 2015 21:36:09 +0200 Subject: Fix typo in 02.rs --- examples/02.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/02.rs b/examples/02.rs index c70f905..568d3e7 100644 --- a/examples/02.rs +++ b/examples/02.rs @@ -31,7 +31,7 @@ fn main() { // register(nick, user, description, [password]) s.register("irsc02", "irsc", "Example bot 02", None); - // The client must be accessible from anywh when using the Event API. + // The client must be accessible from anywhere when using the Event API. // .into_shared() will convert the previously owned client into a wrapper. let mut shared = s.into_shared(); -- cgit v1.2.3