Skip to content

Commit 88bd047

Browse files
jkufroaaronlippold
authored andcommitted
Typo fix for INSUFFICIENT_DATA_MSG in AWS Config Mapper
1 parent 824b231 commit 88bd047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/heimdall_tools/aws_config_mapper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
AWS_CONFIG_MAPPING_FILE = File.join(RESOURCE_DIR, 'aws-config-mapping.csv')
99

1010
NOT_APPLICABLE_MSG = 'No AWS resources found to evaluate complaince for this rule'.freeze
11-
INSUFFICIENT_DATA_MSG = 'Not enough data has been collectd to determine compliance yet.'.freeze
11+
INSUFFICIENT_DATA_MSG = 'Not enough data has been collected to determine compliance yet.'.freeze
1212

1313
##
1414
# HDF mapper for use with AWS Config rules.

0 commit comments

Comments
 (0)