From a7431003b8d53b3cc012a74c4015beac624f40f1 Mon Sep 17 00:00:00 2001
From: Daniel J Walsh <dwalsh@redhat.com>
Date: Thu, 12 Nov 2020 13:35:20 -0500
Subject: Fix issues found with codespell

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
---
 test/e2e/toolbox_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'test/e2e')

diff --git a/test/e2e/toolbox_test.go b/test/e2e/toolbox_test.go
index 822159fc2..a3ed66d15 100644
--- a/test/e2e/toolbox_test.go
+++ b/test/e2e/toolbox_test.go
@@ -285,7 +285,7 @@ var _ = Describe("Toolbox-specific testing", func() {
 		var gid string = "2000"
 
 		// The use of bad* in the name of variables does not imply the invocation
-		// of useradd should fail The user is supposed to be created successfuly
+		// of useradd should fail The user is supposed to be created successfully
 		// but later his information (uid, home, shell,..) is changed via usermod.
 		useradd := fmt.Sprintf("useradd --home-dir %s --shell %s --uid %s %s",
 			badHomeDir, badShell, badUID, username)
-- 
cgit v1.2.3-54-g00ecf