Skip to content

Commit

Permalink
bazel: fix typo in external_deps.bzl (#18771)
Browse files Browse the repository at this point in the history
Signed-off-by: James Heppenstall <[email protected]>
  • Loading branch information
JamesHeppenstall authored Oct 27, 2021
1 parent a922a89 commit 2939656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/bazel/external_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down

0 comments on commit 2939656

Please sign in to comment.