spelling: register

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2020-12-19 22:01:51 -05:00
parent 6790aea260
commit c79b40ad56
6 changed files with 11 additions and 11 deletions

View File

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