summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2017-09-25 20:55:50 +0200
committerGitHub <noreply@github.com>2017-09-25 20:55:50 +0200
commit8d74da52978a28bd657966f5f822f700aa91008c (patch)
tree1beef33ef8492b28924dcd7fd7940c4fc643dd20 /bootstrap.sh
parent553428144622d1ffadccf70d8b7762c2d6a75a2a (diff)
No 'of' needed.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index eb40745c076..075da74b7c7 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -45,7 +45,7 @@ $top/dist/getversion.pl -M $top > $top/dist/vtag.map
# The 'full' mode also builds modules needed by C++ tests.
# must install parent pom first:
-echo "Downloading all dependencies. This may take a few of minutes with an empty Maven cache."
+echo "Downloading all dependencies. This may take a few minutes with an empty Maven cache."
mvn_install -N
# and build plugins first: