Skip to content

Commit

Permalink
Typo grcp -> grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Low committed Jan 4, 2016
1 parent b56786c commit a10fd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type responseStreamChunk struct {
}

type responseStreamError struct {
GrpcCode int `json:"grcp_code, omitempty"`
GrpcCode int `json:"grpc_code, omitempty"`
HTTPCode int `json:"http_code, omitempty"`
Message string `json:"message, omitempty"`
HTTPStatus string `json:"http_status, omitempty"`
Expand Down

0 comments on commit a10fd91

Please sign in to comment.