# only allow multi-core jobs. Default to about 2 negotiation cycles.
 OnlyMulticoreInterval = 2*$(NEGOTIATOR_INTERVAL:300)
  # If this slot has more than 4 cores free, then insist on jobs that
- # request at least 4 core or more.
+ # request at least 4 cores or more.
 IsMulticore = RequestCpus >= IfThenElse(Cpus<4,1,4)
  # This is already defined in the default config, included for here for clarity
 StateTimer = (time() - EnteredCurrentState)