diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2016-06-02 13:28:24 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2016-06-02 13:30:26 +0200 |
| commit | 920129a258b5ff76e75c8e9c2828e625ae53930d (patch) | |
| tree | 86fab96f74edab58079c7f905c88e6f817a5982e /src/libstd | |
| parent | c2cab1fd58d6373582da189bd2c20ed3f6a7042a (diff) | |
| download | rust-920129a258b5ff76e75c8e9c2828e625ae53930d.tar.gz rust-920129a258b5ff76e75c8e9c2828e625ae53930d.zip | |
doc: typo
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/process.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/process.rs b/src/libstd/process.rs index 1b6f6c3e875..3ce9bcc79f2 100644 --- a/src/libstd/process.rs +++ b/src/libstd/process.rs @@ -195,7 +195,7 @@ impl FromInner<AnonPipe> for ChildStderr { /// .arg("-c") /// .arg("echo hello") /// .output() -/// .expect("failed to execute proces"); +/// .expect("failed to execute process"); /// /// let hello = output.stdout; /// ``` |
