diff options
author | Vivek Singh <vivek.singh@msystechnologies.com> | 2020-04-06 22:14:39 +0530 |
---|---|---|
committer | Vivek Singh <vivek.singh@msystechnologies.com> | 2020-04-06 22:46:26 +0530 |
commit | a1bf06c753173ac698d9329a09c6edba6c18c781 (patch) | |
tree | dcc0cfe7d4c533fc1d73d1cbd01dbf1decc202ef /lib/chef/mixin/securable.rb | |
parent | bd19ff3749e935524a512667f41bb4fe5667be01 (diff) | |
download | chef-a1bf06c753173ac698d9329a09c6edba6c18c781.tar.gz |
Fix typo
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
Diffstat (limited to 'lib/chef/mixin/securable.rb')
-rw-r--r-- | lib/chef/mixin/securable.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/mixin/securable.rb b/lib/chef/mixin/securable.rb index e6dd5043c8..d783bc9d0b 100644 --- a/lib/chef/mixin/securable.rb +++ b/lib/chef/mixin/securable.rb @@ -97,7 +97,7 @@ class Chef # # * `:permissions`: Integer of Windows permissions flags, 1..2^32 # or one of `[:full_control, :modify, :read_execute, :read, :write]` - # * `:principals`: String or Array of Strings represnting usernames on + # * `:principals`: String or Array of Strings representing usernames on # the system. # * `:applies_to_children` (optional): Boolean # * `:applies_to_self` (optional): Boolean |