File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ def validate_defines(_config)
242242 else
243243 # Handle the (probably) common case of trying to use matchers for any context other than :test or :preprocess
244244 if config . class == Hash
245- msg = "#{ walk } entry '#{ config } ' must be a list-- matcher hashes only availalbe for :test & :preprocess contexts (see docs for details)"
245+ msg = "#{ walk } entry '#{ config } ' must be a list; matcher hashes are only available for :test & :preprocess contexts (see docs for details)"
246246 @loginator . log ( msg , Verbosity ::ERRORS )
247247 valid = false
248248 # Catchall for any oddball entries
@@ -438,7 +438,7 @@ def validate_flags(_config)
438438 else
439439 # Handle the (probably) common case of trying to use matchers for operations in any context other than :test
440440 if config . class == Hash
441- msg = "#{ walk } entry '#{ config } ' must be a list-- matcher hashes only availalbe for :test context (see docs for details)"
441+ msg = "#{ walk } entry '#{ config } ' must be a list; matcher hashes are only available for :test context (see docs for details)"
442442 @loginator . log ( msg , Verbosity ::ERRORS )
443443 valid = false
444444 # Catchall for any oddball entries
You can’t perform that action at this time.
0 commit comments