diff --git a/internal/controller/kustomization_fuzzer_test.go b/internal/controller/kustomization_fuzzer_test.go index d895f0392..04ead72a9 100644 --- a/internal/controller/kustomization_fuzzer_test.go +++ b/internal/controller/kustomization_fuzzer_test.go @@ -263,7 +263,7 @@ func Fuzz_Controllers(f *testing.F) { } // ensure the deferred deletion of all objects (namespace, secret, sopSecret) and - // the kustomization above were reconciled before moving on. This avoids unneccessary + // the kustomization above were reconciled before moving on. This avoids unnecessary // errors whilst tearing down the testing infrastructure. time.Sleep(10 * time.Second)