Spelling/grammar fix in MuzzleGradlePluginUtil.kt (#5142)
This commit is contained in:
parent
5d933615b2
commit
29702d537e
|
@ -81,7 +81,7 @@ class MuzzleGradlePluginUtil {
|
|||
|
||||
val validatedModulesCount = allMismatches.size
|
||||
if (validatedModulesCount == 0) {
|
||||
val errorMessage = "Did not found any InstrumentationModule to validate!"
|
||||
val errorMessage = "Did not find any InstrumentationModule(s) to validate!"
|
||||
System.err.println(errorMessage)
|
||||
throw IllegalStateException(errorMessage)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue