summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-05-20 16:13:30 -0700
committerPete Higgins <pete@peterhiggins.org>2020-05-20 16:13:30 -0700
commitc62400dc63b7b2e34f2e82e1e601387a400ba0af (patch)
tree897f3a2f5e86b9716b58c44294d76584ad0f3a89
parent9b2ee29d50a44f309de456765f6fc76d398e7897 (diff)
downloadmixlib-shellout-c62400dc63b7b2e34f2e82e1e601387a400ba0af.tar.gz
Fix a typo.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
-rw-r--r--lib/mixlib/shellout.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/shellout.rb b/lib/mixlib/shellout.rb
index f366956..b44e0aa 100644
--- a/lib/mixlib/shellout.rb
+++ b/lib/mixlib/shellout.rb
@@ -65,7 +65,7 @@ module Mixlib
# as the subprocess is running.
attr_accessor :live_stderr
- # ShellOut will push data from :input down the stdin of the subprocss.
+ # ShellOut will push data from :input down the stdin of the subprocess.
# Normally set via options passed to new.
# Default: nil
attr_accessor :input