diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-05-05 15:50:57 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-05-05 15:50:59 -0400 |
commit | 0d1ebc180ec7f6c1b096cbe936c0925402119482 (patch) | |
tree | b4980ca67df9e1c10625dcf2d159105175be9f44 /cmd/podman/common | |
parent | 404bc2684edd14b20d02d8cd05ca3e6b6ee8888d (diff) | |
download | podman-0d1ebc180ec7f6c1b096cbe936c0925402119482.tar.gz podman-0d1ebc180ec7f6c1b096cbe936c0925402119482.tar.bz2 podman-0d1ebc180ec7f6c1b096cbe936c0925402119482.zip |
codespell cleanup
[NO TESTS NEEDED] This is just running codespell on podman
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'cmd/podman/common')
-rw-r--r-- | cmd/podman/common/create.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/common/create.go b/cmd/podman/common/create.go index c3d00d293..64d1956eb 100644 --- a/cmd/podman/common/create.go +++ b/cmd/podman/common/create.go @@ -277,7 +277,7 @@ func DefineCreateFlags(cmd *cobra.Command, cf *ContainerCLIOpts) { createFlags.StringSliceVar( &cf.GroupAdd, groupAddFlagName, []string{}, - "Add additional groups to the primary container process. 'keep-groups' allows container processes to use suplementary groups.", + "Add additional groups to the primary container process. 'keep-groups' allows container processes to use supplementary groups.", ) _ = cmd.RegisterFlagCompletionFunc(groupAddFlagName, completion.AutocompleteNone) |