From d4a487d83f62c892e354a1f95eed120d98a8ff07 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Fri, 29 Sep 2023 12:45:23 +0200 Subject: [PATCH] Fix spellcheck problem (boostrap ==> bootstrap) Signed-off-by: Manuel Buil --- tests/e2e/snapshotrestore/snapshotrestore_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/snapshotrestore/snapshotrestore_test.go b/tests/e2e/snapshotrestore/snapshotrestore_test.go index f7650bc37c13..4037e5945e23 100644 --- a/tests/e2e/snapshotrestore/snapshotrestore_test.go +++ b/tests/e2e/snapshotrestore/snapshotrestore_test.go @@ -145,7 +145,7 @@ var _ = Describe("Verify snapshots and cluster restores work", Ordered, func() { Expect(e2e.RunCmdOnNode(cmd, serverNodeNames[0])).Error().NotTo(HaveOccurred()) }) - It("Resets non boostrap nodes", func() { + It("Resets non bootstrap nodes", func() { for _, nodeName := range serverNodeNames { if nodeName != serverNodeNames[0] { cmd := "k3s server --cluster-reset"