From d5ae460f1581ddf27514b4be18255481b47b4075 Mon Sep 17 00:00:00 2001 From: Marc Plano-Lesay Date: Tue, 17 Dec 2019 02:54:45 -0800 Subject: [PATCH] Fix a typo in bazel.sh Closes #10388. PiperOrigin-RevId: 285945051 --- 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 a240dfa4cc3dfb..7ffb79b7aac8b6 100755 --- a/scripts/packages/bazel.sh +++ b/scripts/packages/bazel.sh @@ -170,7 +170,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