Browse Source

spelling: from

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/1891/head
Josh Soref 5 years ago
parent
commit
3352e4e74f
  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

@ -353,7 +353,7 @@ func (m *UpdateClientReq) GetLogoUrl() string {
return ""
}
// UpdateClientResp returns the reponse form updating a client.
// UpdateClientResp returns the reponse from updating a client.
type UpdateClientResp struct {
NotFound bool `protobuf:"varint,1,opt,name=not_found,json=notFound,proto3" json:"not_found,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`

2
api/api.proto

@ -45,7 +45,7 @@ message UpdateClientReq {
string logo_url = 5;
}
// UpdateClientResp returns the reponse form updating a client.
// UpdateClientResp returns the reponse from updating a client.
message UpdateClientResp {
bool not_found = 1;
}

2
api/v2/api.pb.go

@ -353,7 +353,7 @@ func (m *UpdateClientReq) GetLogoUrl() string {
return ""
}
// UpdateClientResp returns the reponse form updating a client.
// UpdateClientResp returns the reponse from updating a client.
type UpdateClientResp struct {
NotFound bool `protobuf:"varint,1,opt,name=not_found,json=notFound,proto3" json:"not_found,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`

2
api/v2/api.proto

@ -45,7 +45,7 @@ message UpdateClientReq {
string logo_url = 5;
}
// UpdateClientResp returns the reponse form updating a client.
// UpdateClientResp returns the reponse from updating a client.
message UpdateClientResp {
bool not_found = 1;
}

Loading…
Cancel
Save