spelling: from

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2020-12-19 22:04:53 -05:00
parent 8905fb4a65
commit 3352e4e74f
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -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;
}

View File

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

View File

@ -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;
}