Skip to content

Commit

Permalink
vet
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Feb 16, 2018
1 parent efa8bc0 commit cfd02bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomad/structs/streaming_rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type StreamingRpcHeader struct {
// StreamingRpcAck is used to acknowledge receiving the StreamingRpcHeader and
// routing to the requirested handler.
type StreamingRpcAck struct {
// Error is used to return whether an error occured establishing the
// Error is used to return whether an error occurred establishing the
// streaming RPC. This error occurs before entering the RPC handler.
Error string
}
Expand Down

0 comments on commit cfd02bc

Please sign in to comment.