From 6531b256e2f05b15188cbd774c8f8745d07d02f9 Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Mon, 12 Nov 2018 17:34:13 +0100 Subject: [PATCH] Fix typo --- api/api.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api.proto b/api/api.proto index 3f587a51..fbb9537a 100644 --- a/api/api.proto +++ b/api/api.proto @@ -153,7 +153,7 @@ message RevokeRefreshResp { service Dex { // CreateClient creates a client. rpc CreateClient(CreateClientReq) returns (CreateClientResp) {}; - // UpdateClient updates an exisitng client + // UpdateClient updates an existing client rpc UpdateClient(UpdateClientReq) returns (UpdateClientResp) {}; // DeleteClient deletes the provided client. rpc DeleteClient(DeleteClientReq) returns (DeleteClientResp) {};