From d4823161d8612202136b48b2ba16ee31408967f9 Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Mon, 13 Apr 2020 23:45:02 -0700 Subject: [PATCH] lnrpc/verrpc: correct mispelling of compilation --- lnrpc/verrpc/verrpc.pb.go | 2 +- lnrpc/verrpc/verrpc.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lnrpc/verrpc/verrpc.pb.go b/lnrpc/verrpc/verrpc.pb.go index a3bd4994..00cb3642 100644 --- a/lnrpc/verrpc/verrpc.pb.go +++ b/lnrpc/verrpc/verrpc.pb.go @@ -68,7 +68,7 @@ type Version struct { AppPatch uint32 `protobuf:"varint,6,opt,name=app_patch,json=appPatch,proto3" json:"app_patch,omitempty"` /// The application pre-release modifier, possibly empty. AppPreRelease string `protobuf:"bytes,7,opt,name=app_pre_release,json=appPreRelease,proto3" json:"app_pre_release,omitempty"` - /// The list of build tags that were supplied during comilation. + /// The list of build tags that were supplied during compilation. BuildTags []string `protobuf:"bytes,8,rep,name=build_tags,json=buildTags,proto3" json:"build_tags,omitempty"` /// The version of go that compiled the executable. GoVersion string `protobuf:"bytes,9,opt,name=go_version,json=goVersion,proto3" json:"go_version,omitempty"` diff --git a/lnrpc/verrpc/verrpc.proto b/lnrpc/verrpc/verrpc.proto index 9e139a71..1ec3a241 100644 --- a/lnrpc/verrpc/verrpc.proto +++ b/lnrpc/verrpc/verrpc.proto @@ -33,7 +33,7 @@ message Version { /// The application pre-release modifier, possibly empty. string app_pre_release = 7; - /// The list of build tags that were supplied during comilation. + /// The list of build tags that were supplied during compilation. repeated string build_tags = 8; /// The version of go that compiled the executable.