From 54f4a03ca5008d0363bcd62e7d0de2ec2a1ea5a4 Mon Sep 17 00:00:00 2001 From: StudyNick Date: Wed, 15 Feb 2017 16:09:36 +0800 Subject: [PATCH] 'synchoronizing' word error --- pkg/controller/service/servicecontroller.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/controller/service/servicecontroller.go b/pkg/controller/service/servicecontroller.go index 6167040b24..b93f8f4b6c 100644 --- a/pkg/controller/service/servicecontroller.go +++ b/pkg/controller/service/servicecontroller.go @@ -47,9 +47,9 @@ import ( ) const ( - // Interval of synchoronizing service status from apiserver + // Interval of synchronizing service status from apiserver serviceSyncPeriod = 30 * time.Second - // Interval of synchoronizing node status from apiserver + // Interval of synchronizing node status from apiserver nodeSyncPeriod = 100 * time.Second // How long to wait before retrying the processing of a service change.