lnrpc/verrpc: correct mispelling of compilation

This commit is contained in:
Conner Fromknecht 2020-04-13 23:45:02 -07:00
parent a53a6f160e
commit d4823161d8
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7
2 changed files with 2 additions and 2 deletions

@ -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"`

@ -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.