From 0e13e85e65bf4b69972f852b101838fe0ca3fbee Mon Sep 17 00:00:00 2001 From: goodfirm <166383463+goodfirm@users.noreply.github.com> Date: Wed, 10 Apr 2024 21:51:09 +0800 Subject: [PATCH] chore: fix some typos in comments (#454) Signed-off-by: goodfirm --- cmd/grpcurl/grpcurl.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/grpcurl/grpcurl.go b/cmd/grpcurl/grpcurl.go index ba80f91..70d079b 100644 --- a/cmd/grpcurl/grpcurl.go +++ b/cmd/grpcurl/grpcurl.go @@ -33,9 +33,9 @@ import ( "github.com/fullstorydev/grpcurl" ) -// To avoid confusion between program error codes and the gRPC resonse +// To avoid confusion between program error codes and the gRPC response // status codes 'Cancelled' and 'Unknown', 1 and 2 respectively, -// the response status codes emitted use an offest of 64 +// the response status codes emitted use an offset of 64 const statusCodeOffset = 64 const noVersion = "dev build "