From 2c8cb25e36e40c275e7db07a3e4b6d0ce3f814de Mon Sep 17 00:00:00 2001 From: Hugo Labrador Date: Fri, 17 Nov 2023 08:56:37 +0100 Subject: [PATCH] fix typo (#224) --- cs3/gateway/v1beta1/gateway_api.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cs3/gateway/v1beta1/gateway_api.proto b/cs3/gateway/v1beta1/gateway_api.proto index b93cae1..a8b0cd5 100644 --- a/cs3/gateway/v1beta1/gateway_api.proto +++ b/cs3/gateway/v1beta1/gateway_api.proto @@ -53,7 +53,7 @@ option php_namespace = "Cs3\\Gateway\\V1Beta1"; // Gateway API // -// The Gateway API is the only API exposed direclty to end-clients. +// The Gateway API is the only API exposed directly to end-clients. // It is a facade API that all clients should connect to. // Other APIS like the StorageProviderAPI are internal APIS. //