summaryrefslogtreecommitdiff
path: root/spec/support/shared/functional/securable_resource.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/shared/functional/securable_resource.rb')
-rw-r--r--spec/support/shared/functional/securable_resource.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/shared/functional/securable_resource.rb b/spec/support/shared/functional/securable_resource.rb
index 010ef27f47..4bccce7028 100644
--- a/spec/support/shared/functional/securable_resource.rb
+++ b/spec/support/shared/functional/securable_resource.rb
@@ -474,7 +474,7 @@ shared_examples_for "a securable resource without existing target" do
end
it "respects mode in string form as an octal number" do
- # on windows, mode cannot modify owner and/or group permissons
+ # on windows, mode cannot modify owner and/or group permissions
# unless the owner and/or group as appropriate is specified
resource.mode "400"
resource.owner "Guest"