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