diff options
author | Pete Higgins <pete@peterhiggins.org> | 2020-05-20 16:13:30 -0700 |
---|---|---|
committer | Pete Higgins <pete@peterhiggins.org> | 2020-05-20 16:13:30 -0700 |
commit | c62400dc63b7b2e34f2e82e1e601387a400ba0af (patch) | |
tree | 897f3a2f5e86b9716b58c44294d76584ad0f3a89 /lib/mixlib | |
parent | 9b2ee29d50a44f309de456765f6fc76d398e7897 (diff) | |
download | mixlib-shellout-c62400dc63b7b2e34f2e82e1e601387a400ba0af.tar.gz |
Fix a typo.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to 'lib/mixlib')
-rw-r--r-- | lib/mixlib/shellout.rb | 2 |
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 |