From af4e4e72e2cca3d63a28ff16d3feb0d90aacd790 Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Tue, 18 Nov 2025 11:35:06 +0700 Subject: [PATCH] Fix typos in some files --- ci/linux-presubmit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/linux-presubmit.sh b/ci/linux-presubmit.sh index c4ad57914..319abb5ff 100644 --- a/ci/linux-presubmit.sh +++ b/ci/linux-presubmit.sh @@ -40,7 +40,7 @@ fi # Use Bazel Vendor mode to reduce reliance on external dependencies. # See https://bazel.build/external/vendor and the Dockerfile for -# an explaination of how this works. +# an explanation of how this works. if [[ ${KOKORO_GFILE_DIR:-} ]] && [[ -f "${KOKORO_GFILE_DIR}/distdir/googletest_vendor.tar.gz" ]]; then DOCKER_EXTRA_ARGS="--mount type=bind,source=${KOKORO_GFILE_DIR}/distdir,target=/distdir,readonly --env=BAZEL_VENDOR_ARCHIVE=/distdir/googletest_vendor.tar.gz ${DOCKER_EXTRA_ARGS:-}" BAZEL_EXTRA_ARGS="--vendor_dir=/googletest_vendor ${BAZEL_EXTRA_ARGS:-}"