mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Merge pull request #13499 from shishir-a412ed/fix_typo
Fix typo: orthogonal.
This commit is contained in:
@@ -1725,7 +1725,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"
|
||||
|
||||
Reference in New Issue
Block a user