diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-06-16 11:31:48 -0700 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-06-16 11:31:48 -0700 |
commit | 6a35192bb98f7386f2b589998da9c3c4cb93d82f (patch) | |
tree | e69cea7675776cb01faa1e9d0ab87253883e1acb | |
parent | ac0a8930dca1f26cbddff75741c8ff5f5f47eac7 (diff) | |
parent | fae0f206f57cfb6beed0cb093874c27783ab3d24 (diff) | |
download | chef-6a35192bb98f7386f2b589998da9c3c4cb93d82f.tar.gz |
Merge pull request #1497 from atomic-penguin/privileges-typo
[trivial] typo
-rw-r--r-- | lib/chef/file_content_management/deploy/mv_windows.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/file_content_management/deploy/mv_windows.rb b/lib/chef/file_content_management/deploy/mv_windows.rb index f4ed87f5ea..7504123012 100644 --- a/lib/chef/file_content_management/deploy/mv_windows.rb +++ b/lib/chef/file_content_management/deploy/mv_windows.rb @@ -60,7 +60,7 @@ class Chef # Catch and raise if the user is not elevated enough. # At this point we can't configure the file as expected so # we're failing action on the resource. - raise Chef::Exceptions::WindowsNotAdmin, "can not get the security information for '#{dst}' due to missing Administrator privilages." + raise Chef::Exceptions::WindowsNotAdmin, "can not get the security information for '#{dst}' due to missing Administrator privileges." end if dst_sd.dacl_present? |