From fb608094ef325b862f6d16f322539de7ec8bf07b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 17:35:27 +0000 Subject: [PATCH] spelling: admitting --- 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 7f3e2e3c3..3643d62ba 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -5847,7 +5847,7 @@ func (e *Evaluation) CreateFailedFollowUpEval(wait time.Duration) *Evaluation { // Plan is used to submit a commit plan for task allocations. These // are submitted to the leader which verifies that resources have -// not been overcommitted before admiting the plan. +// not been overcommitted before admitting the plan. type Plan struct { // EvalID is the evaluation ID this plan is associated with EvalID string