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;