summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-09-25 20:15:18 +0200
committergjoranv <gv@oath.com>2017-09-25 20:15:18 +0200
commit953d4f23787a495cab4876e7380e526a99b83ae3 (patch)
treeee1a507836cc4f58b4706f2a33d3188b8c270148 /bootstrap.sh
parent074c57c939511760b599b46ebd6324db2b713203 (diff)
Fix typo.
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 126359b3951..b458e667b65 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 make take a few of minutes with an empty Maven cache."
+echo "Downloading all dependencies. This might take a few of minutes with an empty Maven cache."
mvn_install -N
# and build plugins first: