summaryrefslogtreecommitdiff
path: root/cmd/podman/common
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2022-06-21 18:08:31 +0000
committerGitHub <noreply@github.com>2022-06-21 18:08:31 +0000
commitc9dce6353d780e249f8a1c3ab8c47f3df83ec679 (patch)
tree6af1bca684bbe3401f0d5edf8c57ab202aa1846c /cmd/podman/common
parent7724eb07cea1965da598dfb3b959de53bb4c4a41 (diff)
parent2827140907255ed07422495e7108f783edd98d13 (diff)
downloadpodman-c9dce6353d780e249f8a1c3ab8c47f3df83ec679.tar.gz
podman-c9dce6353d780e249f8a1c3ab8c47f3df83ec679.tar.bz2
podman-c9dce6353d780e249f8a1c3ab8c47f3df83ec679.zip
Merge pull request #14659 from eriksjolund/setup_to_set_up_in_code
[CI:DOCS] "setup" -> "set up" in source code comments
Diffstat (limited to 'cmd/podman/common')
-rw-r--r--cmd/podman/common/completion.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/common/completion.go b/cmd/podman/common/completion.go
index aeb051001..89e53c180 100644
--- a/cmd/podman/common/completion.go
+++ b/cmd/podman/common/completion.go
@@ -71,7 +71,7 @@ func setupImageEngine(cmd *cobra.Command) (entities.ImageEngine, error) {
return nil, err
}
// we also need to set up the container engine since this
- // is required to setup the rootless namespace
+ // is required to set up the rootless namespace
if _, err = setupContainerEngine(cmd); err != nil {
return nil, err
}