diff options
author | Tim Smith <tsmith@chef.io> | 2020-04-07 09:22:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 09:22:06 -0700 |
commit | b2ea23fabeed43a12fb5d3c8a70fc57a336757b0 (patch) | |
tree | 6ae2761ce90ad59e815a1db9ac86a45bf5c44633 /lib/chef/resource/sudo.rb | |
parent | 14deb837315af9823921870de832c1579488ff75 (diff) | |
parent | 34caf4c788e206df8a883fe333b0d66922c34e04 (diff) | |
download | chef-b2ea23fabeed43a12fb5d3c8a70fc57a336757b0.tar.gz |
Merge pull request #9609 from MsysTechnologiesllc/VSingh/typos-fixes
Spell checking in comments and log messages
Diffstat (limited to 'lib/chef/resource/sudo.rb')
-rw-r--r-- | lib/chef/resource/sudo.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/sudo.rb b/lib/chef/resource/sudo.rb index c340478349..c473910114 100644 --- a/lib/chef/resource/sudo.rb +++ b/lib/chef/resource/sudo.rb @@ -35,7 +35,7 @@ class Chef " and RHEL (6+) all support this feature." introduced "14.0" - # acording to the sudo man pages sudo will ignore files in an include dir that have a `.` or `~` + # According to the sudo man pages sudo will ignore files in an include dir that have a `.` or `~` # We convert either to `__` property :filename, String, description: "The name of the sudoers.d file if it differs from the name of the resource block", |