Merge pull request #10704 from leeplay/leeplay-patch-1

Fixed typo
This commit is contained in:
Nikhil Jindal 2015-07-03 11:32:51 -07:00
commit 8884e116e5

View File

@ -138,7 +138,7 @@ func (s *Scheduler) scheduleOne() {
}
// We want to add the pod to the model iff the bind succeeds, but we don't want to race
// with any deletions, which happen asyncronously.
// with any deletions, which happen asynchronously.
s.config.Modeler.LockedAction(func() {
bindingStart := time.Now()
err := s.config.Binder.Bind(b)