summaryrefslogtreecommitdiff
path: root/lib/chef/resource/sudo.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-07 09:22:06 -0700
committerGitHub <noreply@github.com>2020-04-07 09:22:06 -0700
commitb2ea23fabeed43a12fb5d3c8a70fc57a336757b0 (patch)
tree6ae2761ce90ad59e815a1db9ac86a45bf5c44633 /lib/chef/resource/sudo.rb
parent14deb837315af9823921870de832c1579488ff75 (diff)
parent34caf4c788e206df8a883fe333b0d66922c34e04 (diff)
downloadchef-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.rb2
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",