From f7c737e8a9590dd37802d5acbd6403e04e7b5d9b Mon Sep 17 00:00:00 2001 From: "yarntime@163.com" Date: Wed, 11 Jan 2017 16:08:20 +0800 Subject: [PATCH] fix typos --- .../federation-controller/deployment/deploymentcontroller.go | 2 +- pkg/controller/volume/attachdetach/reconciler/reconciler.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/federation/pkg/federation-controller/deployment/deploymentcontroller.go b/federation/pkg/federation-controller/deployment/deploymentcontroller.go index cc820263009..c0baf8a6167 100644 --- a/federation/pkg/federation-controller/deployment/deploymentcontroller.go +++ b/federation/pkg/federation-controller/deployment/deploymentcontroller.go @@ -571,7 +571,7 @@ func (fdc *DeploymentController) reconcileDeployment(key string) (reconciliation }) } } else { - // TODO: Update only one deployment at a time if update strategy is rolling udpate. + // TODO: Update only one deployment at a time if update strategy is rolling update. currentLd := ldObj.(*extensionsv1.Deployment) // Update existing replica set, if needed. diff --git a/pkg/controller/volume/attachdetach/reconciler/reconciler.go b/pkg/controller/volume/attachdetach/reconciler/reconciler.go index 5bce52f92d6..54df2cdbeeb 100644 --- a/pkg/controller/volume/attachdetach/reconciler/reconciler.go +++ b/pkg/controller/volume/attachdetach/reconciler/reconciler.go @@ -93,7 +93,7 @@ func (rc *reconciler) Run(stopCh <-chan struct{}) { // reconciliationLoopFunc this can be disabled via cli option disableReconciliation. // It periodically checks whether the attached volumes from actual state -// are still attached to the node and udpate the status if they are not. +// are still attached to the node and update the status if they are not. func (rc *reconciler) reconciliationLoopFunc() func() { return func() {