From f4ce3fd81d9436988f0da43cdfaaa3a1b87d6590 Mon Sep 17 00:00:00 2001 From: SAY-5 Date: Wed, 22 Apr 2026 01:51:28 -0700 Subject: [PATCH] chore: typo unneccessary -> unnecessary in fuzzer test comment Signed-off-by: SAY-5 --- internal/controller/kustomization_fuzzer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/controller/kustomization_fuzzer_test.go b/internal/controller/kustomization_fuzzer_test.go index d895f039..04ead72a 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)