diff --git a/pkg/controller/replication/replication_controller.go b/pkg/controller/replication/replication_controller.go index b303c71233e..942a1be7676 100644 --- a/pkg/controller/replication/replication_controller.go +++ b/pkg/controller/replication/replication_controller.go @@ -39,7 +39,7 @@ import ( const ( // We'll attempt to recompute the required replicas of all replication controllers - // the have fulfilled their expectations at least this often. This recomputation + // that have fulfilled their expectations at least this often. This recomputation // happens based on contents in local pod storage. FullControllerResyncPeriod = 30 * time.Second