summaryrefslogtreecommitdiff
path: root/lib/mixlib
diff options
context:
space:
mode:
authorTyler Cipriani <tyler@tylercipriani.com>2014-05-16 08:53:26 -0600
committerTyler Cipriani <tyler@tylercipriani.com>2014-05-16 08:53:26 -0600
commit9df8d35c83125f8bac689091c658e466223df977 (patch)
tree0d789cd398b4bb16ca65591f3b77e75aa15a2ebf /lib/mixlib
parent14fcbbb4183f9cf261ad42ad4d205e60540f8104 (diff)
downloadmixlib-shellout-9df8d35c83125f8bac689091c658e466223df977.tar.gz
Correct spelling in spec files
Diffstat (limited to 'lib/mixlib')
-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 8032cf1..b8f4a17 100644
--- a/lib/mixlib/shellout/unix.rb
+++ b/lib/mixlib/shellout/unix.rb
@@ -351,7 +351,7 @@ module Mixlib
Process.kill(:TERM, child_pgid)
sleep 3
attempt_reap
- logger.error("Command execeded allowed execution time, sending KILL") if logger
+ logger.error("Command exceeded allowed execution time, sending KILL") if logger
Process.kill(:KILL, child_pgid)
reap