chore: fix some typos in comments

Signed-off-by: goodfirm <fanyishang@yeah.net>
This commit is contained in:
goodfirm 2024-04-10 14:33:35 +08:00
parent 07361b21ea
commit 81d68520d6
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@ import (
"github.com/fullstorydev/grpcurl" "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, // 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 statusCodeOffset = 64
const noVersion = "dev build <no version set>" const noVersion = "dev build <no version set>"