From 205a1990d6ee7242ba87f3fe232bd9601515d021 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 1 Feb 2016 16:19:59 +0100 Subject: [PATCH] Update mod.rs --- util/src/io/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/src/io/mod.rs b/util/src/io/mod.rs index 3d8dd0109..4b53a46ae 100644 --- a/util/src/io/mod.rs +++ b/util/src/io/mod.rs @@ -1,6 +1,6 @@ //! General IO module. //! -//! Example usage for craeting a network service and adding an IO handler: +//! Example usage for creating a network service and adding an IO handler: //! //! ```rust //! extern crate ethcore_util;