diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-05-25 05:56:23 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-05-25 05:56:29 -0400 |
commit | 429b1f7685129974399c599964689e1050a52141 (patch) | |
tree | f8fdec234c67584fd736a8e11cba4082c2e61225 /cmd/podman/common | |
parent | b13184dfb4fbef640dc3fe421d32de068672d4ed (diff) | |
download | podman-429b1f7685129974399c599964689e1050a52141.tar.gz podman-429b1f7685129974399c599964689e1050a52141.tar.bz2 podman-429b1f7685129974399c599964689e1050a52141.zip |
Fix codespell errors
[NO NEW TESTS NEEDED]
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
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 285cab1b9..3720e9608 100644 --- a/cmd/podman/common/completion.go +++ b/cmd/podman/common/completion.go @@ -1171,7 +1171,7 @@ func getMethodNames(f reflect.Value, prefix string) []formatSuggestion { if kind == reflect.Struct || kind == reflect.Map { suffix = "." } - // From a template users POV it is not importent when the use a struct field or method. + // From a template users POV it is not important when the use a struct field or method. // They only notice the difference when the function requires arguments. // So lets be nice and let the user know that this method requires arguments via the help text. // Note since this is actually a method on a type the first argument is always fix so we should skip it. |