From 0d4a2270ec1fcf68a27253fb43db8656f073f9b9 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 13 Oct 2019 00:33:53 -0400 Subject: [PATCH] spelling: supporting --- src/process.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/process.rs b/src/process.rs index 22d1656..57af880 100644 --- a/src/process.rs +++ b/src/process.rs @@ -88,7 +88,7 @@ mod imp { // Assemble command to run. // This is either the first argument from cmd (if no_shell was given) or "sh". - // Using "sh -c" gives us features like supportin pipes and redirects, + // Using "sh -c" gives us features like supporting pipes and redirects, // but is a little less performant and can cause trouble when using custom signals // (e.g. --signal SIGHUP) let mut command = if no_shell {