Spelling/grammar fix in MuzzleGradlePluginUtil.kt (#5142)

This commit is contained in:
Jordie 2022-01-17 19:33:41 +01:00 committed by GitHub
parent 5d933615b2
commit 29702d537e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}