Unverified Commit d003896f authored by hc-github-team-nomad-core's avatar hc-github-team-nomad-core Committed by GitHub
Browse files

backport of commit b1b066f1 (#13558)

This pull request was automerged via backport-assistant
parent fc5b58b8
Showing with 1 addition and 1 deletion
+1 -1
......@@ -1685,7 +1685,7 @@ func ValidNodeStatus(status string) bool {
const (
// NodeSchedulingEligible and Ineligible marks the node as eligible or not,
// respectively, for receiving allocations. This is orthoginal to the node
// respectively, for receiving allocations. This is orthogonal to the node
// status being ready.
NodeSchedulingEligible = "eligible"
NodeSchedulingIneligible = "ineligible"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment