From e39f4495e795fa9fcbfa75a0045a6c1cbe1e4d96 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 22 Apr 2022 06:18:18 -0400 Subject: Run codespell on code [NO NEW TESTS NEEDED] Signed-off-by: Daniel J Walsh --- pkg/specgen/generate/container_create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/specgen/generate/container_create.go') diff --git a/pkg/specgen/generate/container_create.go b/pkg/specgen/generate/container_create.go index 5667a02e8..021b88280 100644 --- a/pkg/specgen/generate/container_create.go +++ b/pkg/specgen/generate/container_create.go @@ -293,7 +293,7 @@ func createContainerOptions(ctx context.Context, rt *libpod.Runtime, s *specgen. "/usr/sbin/init": true, "/usr/local/sbin/init": true, } - // Grab last command incase this is launched from a shell + // Grab last command in case this is launched from a shell cmd := command if len(command) > 2 { // Podman build will add "/bin/sh" "-c" to -- cgit v1.2.3-54-g00ecf