Skip to content

Commit f4ce3fd

Browse files
committed
chore: typo unneccessary -> unnecessary in fuzzer test comment
Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
1 parent 1cb4332 commit f4ce3fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/controller/kustomization_fuzzer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ func Fuzz_Controllers(f *testing.F) {
263263
}
264264

265265
// ensure the deferred deletion of all objects (namespace, secret, sopSecret) and
266-
// the kustomization above were reconciled before moving on. This avoids unneccessary
266+
// the kustomization above were reconciled before moving on. This avoids unnecessary
267267
// errors whilst tearing down the testing infrastructure.
268268
time.Sleep(10 * time.Second)
269269

0 commit comments

Comments
 (0)