We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07361b2 commit 0e13e85Copy full SHA for 0e13e85
cmd/grpcurl/grpcurl.go
@@ -33,9 +33,9 @@ import (
33
"github.com/fullstorydev/grpcurl"
34
)
35
36
-// To avoid confusion between program error codes and the gRPC resonse
+// To avoid confusion between program error codes and the gRPC response
37
// status codes 'Cancelled' and 'Unknown', 1 and 2 respectively,
38
-// the response status codes emitted use an offest of 64
+// the response status codes emitted use an offset of 64
39
const statusCodeOffset = 64
40
41
const noVersion = "dev build <no version set>"
0 commit comments