1
0
Fork 0

Merge pull request #462 from uniontech-lilinjie/master

fix spelling error
This commit is contained in:
Jaroslav Škarvada 2022-10-03 01:13:34 +02:00 committed by GitHub
commit 38472c57f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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