From e59263e5195253cac0d25f61062fc244228c0d37 Mon Sep 17 00:00:00 2001 From: caiyixiang Date: Thu, 21 Sep 2017 14:26:14 +0800 Subject: [PATCH] pkg/controller/node/scheduler/rate_limited_queue.go:correct a small spelling mistake --- pkg/controller/node/scheduler/rate_limited_queue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/node/scheduler/rate_limited_queue.go b/pkg/controller/node/scheduler/rate_limited_queue.go index 984443ff52b..da544fa96ca 100644 --- a/pkg/controller/node/scheduler/rate_limited_queue.go +++ b/pkg/controller/node/scheduler/rate_limited_queue.go @@ -257,7 +257,7 @@ func (q *RateLimitedTimedQueue) Try(fn ActionFunc) { } // Add value to the queue to be processed. Won't add the same -// value(comparsion by value) a second time if it was already added +// value(comparison by value) a second time if it was already added // and not removed. func (q *RateLimitedTimedQueue) Add(value string, uid interface{}) bool { now := now()