From 7630017c402aa4595d8f9db4b7c28e2f36ebe2c8 Mon Sep 17 00:00:00 2001 From: Marc Plano-Lesay Date: Mon, 9 Dec 2019 15:11:53 +1100 Subject: [PATCH] Fix a typo in bazel.sh --- scripts/packages/bazel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/packages/bazel.sh b/scripts/packages/bazel.sh index 635c0591e6069b..ce672e6bf24815 100755 --- a/scripts/packages/bazel.sh +++ b/scripts/packages/bazel.sh @@ -157,7 +157,7 @@ if [[ ! -x $BAZEL_REAL ]]; then echo " https://docs.bazel.build/versions/master/install-ubuntu.html") 2>&1 else (echo "" - echo "Bazel binaries for all official releaeses can be downloaded from here:" + echo "Bazel binaries for all official releases can be downloaded from here:" echo " https://github.com/bazelbuild/bazel/releases") 2>&1 if [[ -x $(command -v curl) && -w $wrapper_dir ]]; then