From 6ba8245283ebc1e467d5eb86ec47a8299af6f165 Mon Sep 17 00:00:00 2001 From: Shishir Mahajan Date: Mon, 27 Jun 2022 12:12:51 -0700 Subject: [PATCH] Fix typo: orthogonal. Signed-off-by: Shishir Mahajan --- nomad/structs/structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/structs/structs.go b/nomad/structs/structs.go index b376ebfaa..659fff670 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -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"