diff options
author | Tyler Cipriani <tyler@tylercipriani.com> | 2014-05-16 08:53:26 -0600 |
---|---|---|
committer | Tyler Cipriani <tyler@tylercipriani.com> | 2014-05-16 08:53:26 -0600 |
commit | 9df8d35c83125f8bac689091c658e466223df977 (patch) | |
tree | 0d789cd398b4bb16ca65591f3b77e75aa15a2ebf /lib | |
parent | 14fcbbb4183f9cf261ad42ad4d205e60540f8104 (diff) | |
download | mixlib-shellout-9df8d35c83125f8bac689091c658e466223df977.tar.gz |
Correct spelling in spec files
Diffstat (limited to 'lib')
-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 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 |