diff --git a/nomad/structs/structs.go b/nomad/structs/structs.go index 307cce7faf0c..53c7c4426ecf 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -1219,7 +1219,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" )