summaryrefslogtreecommitdiff
path: root/lib/mixlib/shellout/unix.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-10-16 23:28:02 -0700
committerTim Smith <tsmith84@gmail.com>2021-10-16 23:28:02 -0700
commitf203d9eb67d2490962cac140f59c9c3d5163959a (patch)
tree18c671eb8c170238eff00977d599be91bc539978 /lib/mixlib/shellout/unix.rb
parent32a53fe16be55d8dc2ea483322aa215ed9531494 (diff)
downloadmixlib-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.rb2
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