summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2021-08-12 07:22:48 +0000
committerGitHub <noreply@github.com>2021-08-12 07:22:48 +0000
commitde043a5a029d4d03b91f8b88ca8cee7d71dcdeed (patch)
tree11793798c376c07e4c582c8a976eae4133553070 /cmd
parent25ff04dcbe3212db6f72d08f3f904154bab4c0fe (diff)
parent404488a0879c84de523adeacb78c6b898a7e52c8 (diff)
downloadpodman-de043a5a029d4d03b91f8b88ca8cee7d71dcdeed.tar.gz
podman-de043a5a029d4d03b91f8b88ca8cee7d71dcdeed.tar.bz2
podman-de043a5a029d4d03b91f8b88ca8cee7d71dcdeed.zip
Merge pull request #11203 from rhatdan/codespell
Run codespell to fix spelling
Diffstat (limited to 'cmd')
-rw-r--r--cmd/podman/common/specgen.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/common/specgen.go b/cmd/podman/common/specgen.go
index 8d6a21cb7..59d32f568 100644
--- a/cmd/podman/common/specgen.go
+++ b/cmd/podman/common/specgen.go
@@ -685,7 +685,7 @@ func makeHealthCheckFromCli(inCmd, interval string, retries uint, timeout, start
concat := ""
if cmdArr[0] == "CMD" || cmdArr[0] == "none" { // this is for compat, we are already split properly for most compat cases
cmdArr = strings.Fields(inCmd)
- } else if cmdArr[0] != "CMD-SHELL" { // this is for podman side of things, wont contain the keywords
+ } else if cmdArr[0] != "CMD-SHELL" { // this is for podman side of things, won't contain the keywords
if isArr && len(cmdArr) > 1 { // an array of consecutive commands
cmdArr = append([]string{"CMD"}, cmdArr...)
} else { // one singular command