diff options
-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 |