summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2017-09-25 20:54:04 +0200
committerGitHub <noreply@github.com>2017-09-25 20:54:04 +0200
commit553428144622d1ffadccf70d8b7762c2d6a75a2a (patch)
tree94a22be329a5c9aa6b63e3a76b67d230b2b9c82b /bootstrap.sh
parent953d4f23787a495cab4876e7380e526a99b83ae3 (diff)
might -> may
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 b458e667b65..eb40745c076 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 might take a few of minutes with an empty Maven cache."
+echo "Downloading all dependencies. This may take a few of minutes with an empty Maven cache."
mvn_install -N
# and build plugins first: