summaryrefslogtreecommitdiff
path: root/lib/chef/resource
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-06-18 18:00:51 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-23 14:48:25 -0700
commitd71346347e518137028641f5a4448a31450ebc79 (patch)
tree784276042aaf4c33668c480f01be94592d9edbc2 /lib/chef/resource
parent15d6bc12880f0bd45ddcdc97991954e24a06260e (diff)
downloadchef-d71346347e518137028641f5a4448a31450ebc79.tar.gz
Fix more typos
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource')
-rw-r--r--lib/chef/resource/launchd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/launchd.rb b/lib/chef/resource/launchd.rb
index f71abd8557..70ff7b8974 100644
--- a/lib/chef/resource/launchd.rb
+++ b/lib/chef/resource/launchd.rb
@@ -68,7 +68,7 @@ class Chef
# check. According to `man 5 launchd.plist`:
# StartCalendarInterval <dictionary of integers or array of dictionaries of integers>
# ... Missing arguments are considered to be wildcard.
- # What the man page doesn't state, but what was observed (OSX 10.11.5, launchctrl v3.4.0)
+ # What the man page doesn't state, but what was observed (OSX 10.11.5, launchctl v3.4.0)
# Is that keys that are specified, but invalid, will also be treated as a wildcard
# this means that an entry like:
# { "Hour"=>0, "Weekday"=>"6-7"}