From 9ea1220c6f7b5992763d43944ed52a5156357c83 Mon Sep 17 00:00:00 2001 From: Andreas Kohn Date: Tue, 27 Jun 2017 16:52:16 +0200 Subject: [PATCH] Fix typo --- pkg/controller/cronjob/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/cronjob/utils.go b/pkg/controller/cronjob/utils.go index b283cb553e4..f5e71db3060 100644 --- a/pkg/controller/cronjob/utils.go +++ b/pkg/controller/cronjob/utils.go @@ -158,7 +158,7 @@ func getRecentUnmetScheduleTimes(sj batchv2alpha1.CronJob, now time.Time) ([]tim // then there could be so many missed start times (it could be off // by decades or more), that it would eat up all the CPU and memory // of this controller. In that case, we want to not try to list - // all the misseded start times. + // all the missed start times. // // I've somewhat arbitrarily picked 100, as more than 80, but // but less than "lots".