From 08eec7c6b963b7cea5c3a365784c0ae0c5659794 Mon Sep 17 00:00:00 2001 From: Daniel Schierbeck Date: Mon, 31 Aug 2015 10:42:34 +0200 Subject: [PATCH] Fix a typo in the documentation --- pkg/controller/replication/replication_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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