Fix typo: orthogonal.

Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
This commit is contained in:
Shishir Mahajan 2022-06-27 12:12:51 -07:00
parent adf41cc7ef
commit 6ba8245283

View file

@ -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"