diff --git a/nomad/config.go b/nomad/config.go index a2c553eb2..f7c89ef6c 100644 --- a/nomad/config.go +++ b/nomad/config.go @@ -362,7 +362,7 @@ func DefaultConfig() *Config { } c.EnabledSchedulers = append(c.EnabledSchedulers, structs.JobTypeCore) - // Default the number of schedulers to match the coores + // Default the number of schedulers to match the cores c.NumSchedulers = runtime.NumCPU() // Increase our reap interval to 3 days instead of 24h.