about summary refs log tree commit diff
path: root/src/libstd/io/native
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-12-15 05:06:24 -0800
committerbors <bors@rust-lang.org>2013-12-15 05:06:24 -0800
commitef7969e86f0b53e4236ca627b31ac09413c07b82 (patch)
treea8126b39b840ae330d92ac5e346d151fab32c291 /src/libstd/io/native
parent09bfb3b47383d566a5bbf5aef9429e5c24a93b6d (diff)
parentb0bcbbb154f11aeb302b45e4ba0627604af181a0 (diff)
downloadrust-ef7969e86f0b53e4236ca627b31ac09413c07b82.tar.gz
rust-ef7969e86f0b53e4236ca627b31ac09413c07b82.zip
auto merge of #10974 : huonw/rust/spellck, r=alexcrichton
Diffstat (limited to 'src/libstd/io/native')
-rw-r--r--src/libstd/io/native/process.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/native/process.rs b/src/libstd/io/native/process.rs
index 1b614852737..a1f50b15f23 100644
--- a/src/libstd/io/native/process.rs
+++ b/src/libstd/io/native/process.rs
@@ -50,7 +50,7 @@ impl Process {
     /// * prog - the program to run
     /// * args - the arguments to pass to the program, not including the program
     ///          itself
-    /// * env - an optional envrionment to specify for the child process. If
+    /// * env - an optional environment to specify for the child process. If
     ///         this value is `None`, then the child will inherit the parent's
     ///         environment
     /// * cwd - an optionally specified current working directory of the child,