From f6afc7c5b659c0f04df70fa3819ed99fe40c22ea Mon Sep 17 00:00:00 2001 From: prosixe Date: Fri, 28 Jul 2023 01:52:40 +0800 Subject: [PATCH] Fix Typo. substitues -> substitutes --- buildSrc/src/main/kotlin/CommunityProjectsBuild.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/CommunityProjectsBuild.kt b/buildSrc/src/main/kotlin/CommunityProjectsBuild.kt index 155c9e48ac..81a25f8d96 100644 --- a/buildSrc/src/main/kotlin/CommunityProjectsBuild.kt +++ b/buildSrc/src/main/kotlin/CommunityProjectsBuild.kt @@ -15,7 +15,7 @@ private val LOGGER: Logger = Logger.getLogger("Kotlin settings logger") * Functions in this file are responsible for configuring kotlinx.coroutines build against a custom dev version * of Kotlin compiler. * Such configuration is used in a composite community build of Kotlin in order to check whether not-yet-released changes - * are compatible with our libraries (aka "integration testing that substitues lack of unit testing"). + * are compatible with our libraries (aka "integration testing that substitutes lack of unit testing"). */ /**