From 396382b8e127ce2b5c28c0ccdad9aeec23f2ebec Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 18:15:17 +0000 Subject: [PATCH] spelling: incremented --- 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 d59548084..2308d5a56 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -1665,7 +1665,7 @@ type Job struct { // of a deployment and can be manually set via APIs. Stable bool - // Version is a monitonically increasing version number that is incremened + // Version is a monitonically increasing version number that is incremented // on each job register. Version uint64