From 55f1f241e6cd1355da1a3d80217effbf960afed0 Mon Sep 17 00:00:00 2001 From: "hyeongkyu.lee" Date: Fri, 3 Jul 2015 18:03:45 +0900 Subject: [PATCH] Fixed typo --- plugin/pkg/scheduler/scheduler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/pkg/scheduler/scheduler.go b/plugin/pkg/scheduler/scheduler.go index ac56c2461fb..cb8526ee61f 100644 --- a/plugin/pkg/scheduler/scheduler.go +++ b/plugin/pkg/scheduler/scheduler.go @@ -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)