about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-02-22 01:50:32 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-02-22 01:50:32 +0530
commit9fe2d212a0f776dda3986291921a9b0ebf1d7a48 (patch)
tree9d5ba957040de38e14765cd22d855739864f2e0e
parentdcbf2265184c6e02b7c4b21f74b82bd6d7c9ab2a (diff)
parent5b64845e4732c4955c03c6cf835ee663d85acef2 (diff)
downloadrust-9fe2d212a0f776dda3986291921a9b0ebf1d7a48.tar.gz
rust-9fe2d212a0f776dda3986291921a9b0ebf1d7a48.zip
Rollup merge of #22634 - shepmaster:std-io-typo, r=Manishearth
-rw-r--r--src/libstd/io/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs
index c38d52161c9..1133bd87a7d 100644
--- a/src/libstd/io/mod.rs
+++ b/src/libstd/io/mod.rs
@@ -15,7 +15,7 @@
 //! > module while the details of this module shake out.
 
 #![unstable(feature = "io",
-            reason = "this new I/O module is still under active deveopment and \
+            reason = "this new I/O module is still under active development and \
                       APIs are subject to tweaks fairly regularly")]
 
 use cmp;