Skip to content

Commit

Permalink
doc: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Jun 2, 2016
1 parent c2cab1f commit 920129a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/process.rs
Expand Up @@ -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;
/// ```
Expand Down

0 comments on commit 920129a

Please sign in to comment.