diff --git a/tools/helpers/src/main/kotlin/DependencyDownloader.kt b/tools/helpers/src/main/kotlin/DependencyDownloader.kt index 07a1e6cd743..92285640be3 100644 --- a/tools/helpers/src/main/kotlin/DependencyDownloader.kt +++ b/tools/helpers/src/main/kotlin/DependencyDownloader.kt @@ -71,7 +71,7 @@ class DependencyDownloader(dependenciesRoot: File, val dependenciesUrl: String, } if (!isInfoShown) { - println("Downloading native dependencies (LLVM, sysroot etc). This is one-time action performing only for the first run of the compiler.") + println("Downloading native dependencies (LLVM, sysroot etc). This is a one-time action performed only on the first run of the compiler.") isInfoShown = true } @@ -165,4 +165,4 @@ class DependencyDownloader(dependenciesRoot: File, val dependenciesUrl: String, } systemLock.release() } -} \ No newline at end of file +}