summaryrefslogtreecommitdiff
path: root/lib/chef/file_content_management
diff options
context:
space:
mode:
authorEric G. Wolfe <eric.wolfe@gmail.com>2014-06-16 11:15:08 -0400
committerEric G. Wolfe <eric.wolfe@gmail.com>2014-06-16 11:15:08 -0400
commitfae0f206f57cfb6beed0cb093874c27783ab3d24 (patch)
treee69cea7675776cb01faa1e9d0ab87253883e1acb /lib/chef/file_content_management
parentac0a8930dca1f26cbddff75741c8ff5f5f47eac7 (diff)
downloadchef-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.rb2
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?