diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-10-16 23:28:02 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-10-16 23:28:02 -0700 |
commit | f203d9eb67d2490962cac140f59c9c3d5163959a (patch) | |
tree | 18c671eb8c170238eff00977d599be91bc539978 /lib/mixlib/shellout/unix.rb | |
parent | 32a53fe16be55d8dc2ea483322aa215ed9531494 (diff) | |
download | mixlib-shellout-typos.tar.gz |
Fix comment typostypos
Fix some typos
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/mixlib/shellout/unix.rb')
-rw-r--r-- | lib/mixlib/shellout/unix.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/shellout/unix.rb b/lib/mixlib/shellout/unix.rb index c278c32..eaa5d08 100644 --- a/lib/mixlib/shellout/unix.rb +++ b/lib/mixlib/shellout/unix.rb @@ -120,7 +120,7 @@ module Mixlib unless ready_buffers @execution_time += READ_WAIT_TIME if @execution_time >= timeout && !@result - # kill the bad proccess + # kill the bad process reap_errant_child # read anything it wrote when we killed it attempt_buffer_read |