From 9132a192c19c8c18ba66ee23d376163c9987f610 Mon Sep 17 00:00:00 2001 From: Alexander Gorshenev Date: Fri, 31 Mar 2017 23:41:45 +0300 Subject: [PATCH] Better wording for the banner. --- tools/helpers/src/main/kotlin/DependencyDownloader.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}