From 1fe9fb70549c0b6afb93aee30febebb3286de658 Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Wed, 27 Oct 2021 14:52:13 +0000 Subject: [PATCH] bazel: fix typo in external_deps.bzl (#18771) Signed-off-by: James Heppenstall Mirrored from https://github.com/envoyproxy/envoy @ 293965652ff8782143ce3be9c25a8109f522c125 --- bazel/external_deps.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/external_deps.bzl b/bazel/external_deps.bzl index e8283e4f..d541512c 100644 --- a/bazel/external_deps.bzl +++ b/bazel/external_deps.bzl @@ -71,7 +71,7 @@ USE_CATEGORIES = [ USE_CATEGORIES_WITH_CPE_OPTIONAL = ["build", "other", "test_only", "api"] def _fail_missing_attribute(attr, key): - fail("The '%s' attribute must be defined for external dependecy " % attr + key) + fail("The '%s' attribute must be defined for external dependency " % attr + key) # Method for verifying content of the repository location specifications. #