about summary refs log tree commit diff
path: root/src/libcore/rt
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/rt')
-rw-r--r--src/libcore/rt/io/extensions.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/rt/io/extensions.rs b/src/libcore/rt/io/extensions.rs
index cff224a80be..bb025b0ccb6 100644
--- a/src/libcore/rt/io/extensions.rs
+++ b/src/libcore/rt/io/extensions.rs
@@ -11,7 +11,7 @@
 //! Utility mixins that apply to all Readers and Writers
 
 // XXX: Not sure how this should be structured
-// XXX: Iteration should probably be considered seperately
+// XXX: Iteration should probably be considered separately
 
 pub trait ReaderUtil {