From f7109ff1888deb035a1ceda20b48c21fbde85f20 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 31 Oct 2017 13:32:31 -0700 Subject: [PATCH] spelling error --- nomad/node_endpoint.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nomad/node_endpoint.go b/nomad/node_endpoint.go index ff754cf18..c130e90af 100644 --- a/nomad/node_endpoint.go +++ b/nomad/node_endpoint.go @@ -736,9 +736,9 @@ func (n *Node) GetClientAllocs(args *structs.NodeSpecificRequest, // preferTableIndex is used to determine whether we should build the // response index based on the full table indexes versus the modify - // indexes of the allocations on the specific node. This is prefered - // in the case that the node doesn't yet have allocations or when we - // detect a GC that effects the node. + // indexes of the allocations on the specific node. This is + // preferred in the case that the node doesn't yet have allocations + // or when we detect a GC that effects the node. preferTableIndex := true // Setup the output