diff options
author | Tim Smith <tsmith84@gmail.com> | 2015-10-18 20:44:50 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2015-10-18 20:44:50 -0700 |
commit | eaf8806a7b8715c1e4ebb2f5160284fda6e97e66 (patch) | |
tree | aa115bd366fc6ae7d7c95bd5c78ac6185fe6fa47 /lib/chef/win32 | |
parent | 70c5f6f4bb784c896ac288e2edb5d4997682906b (diff) | |
download | chef-eaf8806a7b8715c1e4ebb2f5160284fda6e97e66.tar.gz |
Improve sentences
Diffstat (limited to 'lib/chef/win32')
-rw-r--r-- | lib/chef/win32/mutex.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/win32/mutex.rb b/lib/chef/win32/mutex.rb index f4755e9019..0d8eba1b3c 100644 --- a/lib/chef/win32/mutex.rb +++ b/lib/chef/win32/mutex.rb @@ -79,7 +79,7 @@ class Chef # of the process goes away and this class is only being used # to synchronize chef-clients runs on a node. Chef::Log.error("Can not release mutex '#{name}'. This might cause issues \ -if the mutex is attempted to be acquired by other threads.") +if other threads attempt to acquire the mutex.") Chef::ReservedNames::Win32::Error.raise! end end |