From d796ae2e12fe5113eada34a464a93d5170ed7a53 Mon Sep 17 00:00:00 2001 From: Arvind Bright Date: Wed, 10 Jan 2024 13:07:57 -0800 Subject: [PATCH] deps: apply `make proto` changes --- binarylog/grpc_binarylog_v1/binarylog.pb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binarylog/grpc_binarylog_v1/binarylog.pb.go b/binarylog/grpc_binarylog_v1/binarylog.pb.go index 5954801122ad..e9e97d451115 100644 --- a/binarylog/grpc_binarylog_v1/binarylog.pb.go +++ b/binarylog/grpc_binarylog_v1/binarylog.pb.go @@ -430,7 +430,7 @@ type ClientHeader struct { MethodName string `protobuf:"bytes,2,opt,name=method_name,json=methodName,proto3" json:"method_name,omitempty"` // A single process may be used to run multiple virtual // servers with different identities. - // The authority is the name of such a server identitiy. + // The authority is the name of such a server identity. // It is typically a portion of the URI in the form of // or : . Authority string `protobuf:"bytes,3,opt,name=authority,proto3" json:"authority,omitempty"`