From cfd02bca805919b3cb8ce35ee3d76f4ee6570ac3 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 15 Feb 2018 17:08:58 -0800 Subject: [PATCH] vet --- nomad/structs/streaming_rpc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/structs/streaming_rpc.go b/nomad/structs/streaming_rpc.go index 949a31e2352..6172c05e6f1 100644 --- a/nomad/structs/streaming_rpc.go +++ b/nomad/structs/streaming_rpc.go @@ -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 }