about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorJake Goulding <jake.goulding@gmail.com>2015-02-21 11:56:58 -0500
committerJake Goulding <jake.goulding@gmail.com>2015-02-21 11:56:58 -0500
commit5b64845e4732c4955c03c6cf835ee663d85acef2 (patch)
tree2605b96ab7983f70afff3786c44f8af3f61202c4 /src/libstd
parent2b01a37ec38db9301239f0c0abcf3c695055b0ff (diff)
downloadrust-5b64845e4732c4955c03c6cf835ee663d85acef2.tar.gz
rust-5b64845e4732c4955c03c6cf835ee663d85acef2.zip
Fix typo in std::io unstable reason
Diffstat (limited to 'src/libstd')
-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;