summaryrefslogtreecommitdiff
path: root/cmd/podman
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-10-13 14:46:00 +0200
committerGitHub <noreply@github.com>2021-10-13 14:46:00 +0200
commit1c156f22678b3f476ea78fa9e22982c66a7e1559 (patch)
treefe187cfbc2a6c5fdca821d56f40f506dc9e306f0 /cmd/podman
parente3cf9b685a0099d55cd4d8086757c78bd64e9371 (diff)
parent8600bce53a962cee3ff174d4b3745fa0f49afa3f (diff)
downloadpodman-1c156f22678b3f476ea78fa9e22982c66a7e1559.tar.gz
podman-1c156f22678b3f476ea78fa9e22982c66a7e1559.tar.bz2
podman-1c156f22678b3f476ea78fa9e22982c66a7e1559.zip
Merge pull request #11948 from rhatdan/codespell
codespell code
Diffstat (limited to 'cmd/podman')
-rw-r--r--cmd/podman/pods/create.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/pods/create.go b/cmd/podman/pods/create.go
index d5aaf09ce..7c2c72171 100644
--- a/cmd/podman/pods/create.go
+++ b/cmd/podman/pods/create.go
@@ -132,7 +132,7 @@ func create(cmd *cobra.Command, args []string) error {
}
createOptions.Share = nil
} else {
- // reassign certain optios for lbpod api, these need to be populated in spec
+ // reassign certain options for lbpod api, these need to be populated in spec
flags := cmd.Flags()
infraOptions.Net, err = common.NetFlagsToNetOptions(nil, *flags, false)
if err != nil {