From ae6be0dac78ff6571bf262154d33105d5a72693c Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Mon, 23 Oct 2017 15:12:45 -0700 Subject: [PATCH] spelling mistake --- 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 3485c0171..42e7db18d 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -5071,7 +5071,7 @@ type Evaluation struct { // evaluation was processed. The map is keyed by Task Group names. QueuedAllocations map[string]int - // LeaderACL provides the ACL token to when issueing RPCs back to the + // LeaderACL provides the ACL token to when issuing RPCs back to the // leader. This will be a valid management token as long as the leader is // active. This should not ever be exposed via the API. LeaderACL string