Fix a typo in bazel.sh

Closes #10388.

PiperOrigin-RevId: 285945051
diff --git a/scripts/packages/bazel.sh b/scripts/packages/bazel.sh
index a240dfa..7ffb79b 100755
--- a/scripts/packages/bazel.sh
+++ b/scripts/packages/bazel.sh
@@ -170,7 +170,7 @@
     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