diff options
author | Eric G. Wolfe <eric.wolfe@gmail.com> | 2014-06-16 11:15:08 -0400 |
---|---|---|
committer | Eric G. Wolfe <eric.wolfe@gmail.com> | 2014-06-16 11:15:08 -0400 |
commit | fae0f206f57cfb6beed0cb093874c27783ab3d24 (patch) | |
tree | e69cea7675776cb01faa1e9d0ab87253883e1acb /lib/chef/file_content_management | |
parent | ac0a8930dca1f26cbddff75741c8ff5f5f47eac7 (diff) | |
download | chef-fae0f206f57cfb6beed0cb093874c27783ab3d24.tar.gz |
[trivial] typo
* misspelled privileges.
Diffstat (limited to 'lib/chef/file_content_management')
-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? |