summaryrefslogtreecommitdiff
path: root/cmd/podman/common/completion.go
diff options
context:
space:
mode:
authorErik Sjölund <erik.sjolund@gmail.com>2022-06-19 11:52:09 +0200
committerErik Sjölund <erik.sjolund@gmail.com>2022-06-19 12:18:08 +0200
commit2827140907255ed07422495e7108f783edd98d13 (patch)
tree8e936cb69af9ccc29133e8e5bab5728b058da0ea /cmd/podman/common/completion.go
parentff06c791ad7fb32b6a055e0d005f7354df43a5d1 (diff)
downloadpodman-2827140907255ed07422495e7108f783edd98d13.tar.gz
podman-2827140907255ed07422495e7108f783edd98d13.tar.bz2
podman-2827140907255ed07422495e7108f783edd98d13.zip
[CI:DOCS] "setup" -> "set up" in source code comments
* Replace "setup", "lookup" with "set up", "look up" when used as verbs. Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
Diffstat (limited to 'cmd/podman/common/completion.go')
-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
}