fix: correct spelling mistake

This commit is contained in:
oSumAtrIX 2023-04-03 05:06:38 +02:00
parent a76bd0ad35
commit 31fb3166d9
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -37,7 +37,7 @@ fun Patcher.addPatchesFiltered(allPatches: List<Class<out Patch<Context>>>) {
val compatibleWith = compatiblePackages.joinToString(";") { _package ->
"${_package.name}: ${_package.versions.joinToString(", ")}"
}
logger.warn("$prefix: Incompatible with version $packageVersion. This patch is only compatible with version $compatibleWith")
logger.warn("$prefix: Incompatible with version $packageVersion. This patch is only compatible with $compatibleWith")
return@patchLoop
}
}