From 57dba0a57c49a1764934bdce961085ed7f5e5b19 Mon Sep 17 00:00:00 2001 From: Alejandro Ruiz Date: Thu, 20 Jun 2024 18:01:24 +0200 Subject: [PATCH] Fix typo --- e2e/drift/drift_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/drift/drift_test.go b/e2e/drift/drift_test.go index fbb36b8025..0de9030e60 100644 --- a/e2e/drift/drift_test.go +++ b/e2e/drift/drift_test.go @@ -186,7 +186,7 @@ var _ = Describe("Drift", Ordered, func() { }) Context("Resource manifests containing status fields", func() { - // Status must be ignored for drift correctiong, despite being part of the manifests + // Status must be ignored for drift correction, despite being part of the manifests It("Is marked as ready", func() { bundleName := "drift-correction-test-drift-ignore-status" Eventually(func() bool {