From 3352e4e74f229b8e88a8f0a0216d548458a0a459 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 19 Dec 2020 22:04:53 -0500 Subject: [PATCH] spelling: from Signed-off-by: Josh Soref --- api/api.pb.go | 2 +- api/api.proto | 2 +- api/v2/api.pb.go | 2 +- api/v2/api.proto | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/api.pb.go b/api/api.pb.go index cd029960..1293ffb5 100644 --- a/api/api.pb.go +++ b/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:"-"` diff --git a/api/api.proto b/api/api.proto index d0799c90..64f4416e 100644 --- a/api/api.proto +++ b/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; } diff --git a/api/v2/api.pb.go b/api/v2/api.pb.go index bde9178e..83bfb879 100644 --- a/api/v2/api.pb.go +++ b/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:"-"` diff --git a/api/v2/api.proto b/api/v2/api.proto index d0799c90..64f4416e 100644 --- a/api/v2/api.proto +++ b/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; }