diff options
author | Erik Sjölund <erik.sjolund@gmail.com> | 2022-06-19 11:52:09 +0200 |
---|---|---|
committer | Erik Sjölund <erik.sjolund@gmail.com> | 2022-06-19 12:18:08 +0200 |
commit | 2827140907255ed07422495e7108f783edd98d13 (patch) | |
tree | 8e936cb69af9ccc29133e8e5bab5728b058da0ea /cmd | |
parent | ff06c791ad7fb32b6a055e0d005f7354df43a5d1 (diff) | |
download | podman-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')
-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 } |