summaryrefslogtreecommitdiff
path: root/lib/chef/win32
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2015-10-18 20:44:50 -0700
committerTim Smith <tsmith84@gmail.com>2015-10-18 20:44:50 -0700
commiteaf8806a7b8715c1e4ebb2f5160284fda6e97e66 (patch)
treeaa115bd366fc6ae7d7c95bd5c78ac6185fe6fa47 /lib/chef/win32
parent70c5f6f4bb784c896ac288e2edb5d4997682906b (diff)
downloadchef-eaf8806a7b8715c1e4ebb2f5160284fda6e97e66.tar.gz
Improve sentences
Diffstat (limited to 'lib/chef/win32')
-rw-r--r--lib/chef/win32/mutex.rb2
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