Skip to content

Commit 7399403

Browse files
committedJun 2, 2016
Rollup merge of #34033 - tshepang:typo, r=GuillaumeGomez
doc: typo
2 parents 2c1da5b + 920129a commit 7399403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/libstd/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ impl FromInner<AnonPipe> for ChildStderr {
195195
/// .arg("-c")
196196
/// .arg("echo hello")
197197
/// .output()
198-
/// .expect("failed to execute proces");
198+
/// .expect("failed to execute process");
199199
///
200200
/// let hello = output.stdout;
201201
/// ```

0 commit comments

Comments
 (0)
Please sign in to comment.