From b677684c9e4bc54d08c38036d2fa3aa18fd2166f Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Sun, 11 Mar 2018 12:57:50 -0400 Subject: [PATCH] typo: anmed -> named --- hack/verify-bazel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/verify-bazel.sh b/hack/verify-bazel.sh index ecab90209d..f821917fa0 100755 --- a/hack/verify-bazel.sh +++ b/hack/verify-bazel.sh @@ -49,7 +49,7 @@ if [[ -n "${old_build_files}" ]]; then echo "One or more BUILD files found in the tree:" >&2 echo "${old_build_files}" >&2 echo >&2 - echo "FAIL: Only bazel files anmed BUILD.bazel are allowed." >&2 + echo "FAIL: Only bazel files named BUILD.bazel are allowed." >&2 echo "FAIL: Please move incorrectly named files to BUILD.bazel" >&2 exit 1 fi