Skip to content

Commit

Permalink
chore: fix some typos in comments (#454)
Browse files Browse the repository at this point in the history
Signed-off-by: goodfirm <fanyishang@yeah.net>
  • Loading branch information
goodfirm committed Apr 10, 2024
1 parent 07361b2 commit 0e13e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/grpcurl/grpcurl.go
Expand Up @@ -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>"
Expand Down

0 comments on commit 0e13e85

Please sign in to comment.