Fix spelling typos: scheduable -> schedulable

Bulk fix of a common typo.
This commit is contained in:
Justin SB
2021-01-09 12:59:33 -05:00
parent e1f84d52b7
commit 8797738c02
8 changed files with 10 additions and 10 deletions

View File

@@ -137,7 +137,7 @@ type PriorityQueue struct {
// when a pod is popped.
schedulingCycle int64
// moveRequestCycle caches the sequence number of scheduling cycle when we
// received a move request. Unscheduable pods in and before this scheduling
// received a move request. Unschedulable pods in and before this scheduling
// cycle will be put back to activeQueue if we were trying to schedule them
// when we received move request.
moveRequestCycle int64