Skip to content

Commit

Permalink
eligbile -> eligible
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael committed Mar 21, 2018
1 parent 3496bcf commit e10883c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomad/structs/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit e10883c

Please sign in to comment.