Merge pull request #462 from uniontech-lilinjie/master
fix spelling error
This commit is contained in:
commit
38472c57f1
1 changed files with 1 additions and 1 deletions
|
|
@ -930,7 +930,7 @@ class SchedulerPlugin(base.Plugin):
|
|||
and len(vals) == 5]
|
||||
sched_cfg = sorted(buf, key=lambda option_vals: option_vals[1][0])
|
||||
sched_all = dict()
|
||||
# for runtime tunning
|
||||
# for runtime tuning
|
||||
instance._sched_lookup = {}
|
||||
for option, (rule_prio, scheduler, priority, affinity, regex) \
|
||||
in sched_cfg:
|
||||
|
|
|
|||
Loading…
Reference in a new issue