spelling: cores

This commit is contained in:
Josh Soref 2018-03-11 17:51:20 +00:00
parent 6f48e31c00
commit 24c76dbcca
1 changed files with 1 additions and 1 deletions

View File

@ -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.