summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-08-04 13:13:19 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-08-04 13:13:19 -0700
commit58cda286deb3656e7c8e7c0af91cb1bf0154c7c3 (patch)
treed6b6e0959f22b41be6e4c528b8b58546035f47d8
parentada9214a6ca9c41edeadf7c8b24d4c426839f897 (diff)
downloadchef-58cda286deb3656e7c8e7c0af91cb1bf0154c7c3.tar.gz
controls are waived, not profiles
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--lib/chef/compliance/waiver_collection.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/compliance/waiver_collection.rb b/lib/chef/compliance/waiver_collection.rb
index 7bf173fa75..e2f9960bc3 100644
--- a/lib/chef/compliance/waiver_collection.rb
+++ b/lib/chef/compliance/waiver_collection.rb
@@ -37,7 +37,7 @@ class Chef
select(&:enabled?).each_with_object([]) { |waiver, arry| arry << waiver.for_inspec }
end
- # DSL method to enable waiver files. This matches on the name of the profile being wavied, it
+ # DSL method to enable waiver files. This matches on the name of the control being waived, it
# does not match on the filename of the waiver file.
#
# @example Specific waiver file in a cookbook