diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-11-12 13:35:20 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-11-12 13:37:38 -0500 |
commit | a7431003b8d53b3cc012a74c4015beac624f40f1 (patch) | |
tree | 179ac2022809e29a46df9d4335830935aee359e0 /test | |
parent | 7774f63319be64a0a96fb7ec7c9f0b7c28faac03 (diff) | |
download | podman-a7431003b8d53b3cc012a74c4015beac624f40f1.tar.gz podman-a7431003b8d53b3cc012a74c4015beac624f40f1.tar.bz2 podman-a7431003b8d53b3cc012a74c4015beac624f40f1.zip |
Fix issues found with codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/e2e/toolbox_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |