aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/BUILD
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-11 07:55:10 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-11 07:55:10 +0200
commitf4f16798fe039873d3c067fe48a18b8b40e979b2 (patch)
tree90d9279678297a83a59d5e2f5c6904845313149f /test/cpp/util/BUILD
parent0c8cb1e4ce18b9dd531a2663b149d57314426fcb (diff)
Fixing test_util...
Diffstat (limited to 'test/cpp/util/BUILD')
-rw-r--r--test/cpp/util/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD
index 82f327a9ba..118cf86aae 100644
--- a/test/cpp/util/BUILD
+++ b/test/cpp/util/BUILD
@@ -31,7 +31,7 @@ licenses(["notice"]) # 3-clause BSD
load("//bazel:grpc_build_system.bzl", "grpc_cc_library")
-package(default_visibility = ["//visiblity:public"])
+package(default_visibility = ["//visibility:public"])
grpc_cc_library(
name = "test_config",