diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-06-21 18:08:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 18:08:31 +0000 |
commit | c9dce6353d780e249f8a1c3ab8c47f3df83ec679 (patch) | |
tree | 6af1bca684bbe3401f0d5edf8c57ab202aa1846c /cmd/podman/common | |
parent | 7724eb07cea1965da598dfb3b959de53bb4c4a41 (diff) | |
parent | 2827140907255ed07422495e7108f783edd98d13 (diff) | |
download | podman-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.go | 2 |
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 } |