From ca943dab5c6d01167e0a724ef778fe7e4481ccbb Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:32:28 +0900 Subject: [PATCH] s/geting/getting/ --- spec/pb/rpc/ThingService.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/pb/rpc/ThingService.proto b/spec/pb/rpc/ThingService.proto index f4039e7..902eaf7 100644 --- a/spec/pb/rpc/ThingService.proto +++ b/spec/pb/rpc/ThingService.proto @@ -52,7 +52,7 @@ message Thing { // Requests -// Request for geting a single thing +// Request for getting a single thing message GetThingRequest { uint32 id = 1; uint32 sleep = 2;