summaryrefslogtreecommitdiff
path: root/lib/chef/compliance/runner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/compliance/runner.rb')
-rw-r--r--lib/chef/compliance/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/compliance/runner.rb b/lib/chef/compliance/runner.rb
index 7aebeeab36..16cdf780ed 100644
--- a/lib/chef/compliance/runner.rb
+++ b/lib/chef/compliance/runner.rb
@@ -46,7 +46,7 @@ class Chef
end
def converge_start(run_context)
- # With all attributes - including cookook - loaded, we now have enough data to validate
+ # With all attributes - including cookbook - loaded, we now have enough data to validate
# configuration. Because the converge is best coupled with the associated compliance run, these validations
# will raise (and abort the converge) if the compliance phase configuration is incorrect/will
# prevent compliance phase from completing and submitting its report to all configured reporters.