Browse Source

spelling: every time

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pull/2919/head
Josh Soref 3 years ago
parent
commit
5ae0132dac
  1. 2
      api/api.pb.go
  2. 2
      api/api.proto
  3. 2
      api/v2/api.pb.go
  4. 2
      api/v2/api.proto

2
api/api.pb.go

@ -957,7 +957,7 @@ type VersionResp struct {
// Semantic version of the server.
Server string `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
// Numeric version of the API. It increases everytime a new call is added to the API.
// Numeric version of the API. It increases every time a new call is added to the API.
// Clients should use this info to determine if the server supports specific features.
Api int32 `protobuf:"varint,2,opt,name=api,proto3" json:"api,omitempty"`
}

2
api/api.proto

@ -112,7 +112,7 @@ message VersionReq {}
message VersionResp {
// Semantic version of the server.
string server = 1;
// Numeric version of the API. It increases everytime a new call is added to the API.
// Numeric version of the API. It increases every time a new call is added to the API.
// Clients should use this info to determine if the server supports specific features.
int32 api = 2;
}

2
api/v2/api.pb.go

@ -957,7 +957,7 @@ type VersionResp struct {
// Semantic version of the server.
Server string `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
// Numeric version of the API. It increases everytime a new call is added to the API.
// Numeric version of the API. It increases every time a new call is added to the API.
// Clients should use this info to determine if the server supports specific features.
Api int32 `protobuf:"varint,2,opt,name=api,proto3" json:"api,omitempty"`
}

2
api/v2/api.proto

@ -112,7 +112,7 @@ message VersionReq {}
message VersionResp {
// Semantic version of the server.
string server = 1;
// Numeric version of the API. It increases everytime a new call is added to the API.
// Numeric version of the API. It increases every time a new call is added to the API.
// Clients should use this info to determine if the server supports specific features.
int32 api = 2;
}

Loading…
Cancel
Save