From 05b3c8a21f328c497fb900043d5cc84123149be3 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 24 Feb 2020 16:15:23 -0500 Subject: [PATCH] spelling: because Signed-off-by: Josh Soref --- pkg/scheduler/scheduler.go | 2 +- test/e2e/suite/serving/cainjector.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/scheduler/scheduler.go b/pkg/scheduler/scheduler.go index 960496157..f25295247 100644 --- a/pkg/scheduler/scheduler.go +++ b/pkg/scheduler/scheduler.go @@ -22,7 +22,7 @@ import ( ) // For mocking purposes. -// This little bit of wrapping needs to be done becuase go doesn't do +// This little bit of wrapping needs to be done because go doesn't do // covariance, but it does coerse *time.Timer into stoppable implicitly if we // write it out like so. var afterFunc = func(d time.Duration, f func()) stoppable { diff --git a/test/e2e/suite/serving/cainjector.go b/test/e2e/suite/serving/cainjector.go index 02b753224..a8d67712d 100644 --- a/test/e2e/suite/serving/cainjector.go +++ b/test/e2e/suite/serving/cainjector.go @@ -422,7 +422,7 @@ var _ = framework.CertManagerDescribe("CA Injector", func() { // TODO: re-enable this test. // This test has been disabled in order to reduce flakes on e2e tests - // (hitting around 70% failure rate). This is becasue when running this test + // (hitting around 70% failure rate). This is because when running this test // will cause tiller install to fail, therefore making other tests to fail // when running bother at the same time. We should find a way to make this test run in serial. // https://github.com/jetstack/cert-manager/issues/2353