summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2015-10-08 15:50:38 -0700
committerMatt Wrock <matt@mattwrock.com>2015-10-08 15:50:38 -0700
commit694b46930976f3cb35c166da12f3413dc4dfbdef (patch)
tree9c4085647413fe80d2e96974badef33203bcc1c6
parent5def791d09944789970bebd72ee0bb593af73145 (diff)
downloadchef-694b46930976f3cb35c166da12f3413dc4dfbdef.tar.gz
fixing typo
-rw-r--r--lib/chef/provider/user/windows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/user/windows.rb b/lib/chef/provider/user/windows.rb
index 4f3e940ae7..76519bb498 100644
--- a/lib/chef/provider/user/windows.rb
+++ b/lib/chef/provider/user/windows.rb
@@ -36,7 +36,7 @@ class Chef
def load_current_resource
if @new_resource.gid
- Chef::Log.warn("The 'gid' attribute is not implemented by the Windows platform. Please use the 'group' resource to assign a user th a group.")
+ Chef::Log.warn("The 'gid' attribute is not implemented by the Windows platform. Please use the 'group' resource to assign a user to a group.")
end
@current_resource = Chef::Resource::User.new(@new_resource.name)