From e10883ca2bc38ad49a1f008ee59dbf040a7986e4 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Wed, 21 Mar 2018 10:44:17 -0700 Subject: [PATCH] eligbile -> eligible --- nomad/structs/structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/structs/structs.go b/nomad/structs/structs.go index b96eef738825..5f455e58d3e9 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -1218,7 +1218,7 @@ const ( // NodeSchedulingEligible and Ineligible marks the node as eligible or not, // respectively, for receiving allocations. This is orthoginal to the node // status being ready. - NodeSchedulingEligible = "eligbile" + NodeSchedulingEligible = "eligible" NodeSchedulingIneligible = "ineligible" )