chore: fix some typos in comments (#454)

Signed-off-by: goodfirm <fanyishang@yeah.net>
This commit is contained in:
goodfirm 2024-04-10 21:51:09 +08:00 committed by GitHub
parent 07361b21ea
commit 0e13e85e65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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 <no version set>"