From 6adcf7d9a44114b5d8f03a4ea1a9eb528cb5a316 Mon Sep 17 00:00:00 2001 From: Andre Brisco Date: Wed, 27 Jan 2021 11:25:30 -0800 Subject: [PATCH] Fixed typo --- tools/bazel/vendor.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bazel/vendor.bzl b/tools/bazel/vendor.bzl index 24678e8e..e404ad99 100644 --- a/tools/bazel/vendor.bzl +++ b/tools/bazel/vendor.bzl @@ -52,7 +52,7 @@ def _log_cargo_vendor(repository_ctx, result): repository_ctx.execute(print, quiet = False) vendor = repository_rule( - doc = "A rule used to vender the dependencies of a crate in the current workspace", + doc = "A rule used to vendor the dependencies of a crate in the current workspace", attrs = { "lockfile": attr.label( doc = "A lockfile providing the set of crates to vendor",