diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-04-21 05:38:34 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-04-21 13:16:33 -0400 |
commit | 9c8277247d3e2e60a1f945d82851f58447cbdd74 (patch) | |
tree | b5d54266d444317b08cb15b04265ee5912d959ce /pkg/domain/infra/abi/play.go | |
parent | 544c3156657e078cef297623842f79cb72dc32c6 (diff) | |
download | podman-9c8277247d3e2e60a1f945d82851f58447cbdd74.tar.gz podman-9c8277247d3e2e60a1f945d82851f58447cbdd74.tar.bz2 podman-9c8277247d3e2e60a1f945d82851f58447cbdd74.zip |
Fixes from make codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg/domain/infra/abi/play.go')
-rw-r--r-- | pkg/domain/infra/abi/play.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/domain/infra/abi/play.go b/pkg/domain/infra/abi/play.go index 4a13a8029..6ddd4a042 100644 --- a/pkg/domain/infra/abi/play.go +++ b/pkg/domain/infra/abi/play.go @@ -428,7 +428,7 @@ func readConfigMapFromFile(r io.Reader) (v1.ConfigMap, error) { return cm, nil } -// splitMultiDocYAML reads mutiple documents in a YAML file and +// splitMultiDocYAML reads multiple documents in a YAML file and // returns them as a list. func splitMultiDocYAML(yamlContent []byte) ([][]byte, error) { var documentList [][]byte @@ -471,7 +471,7 @@ func getKubeKind(obj []byte) (string, error) { } // sortKubeKinds adds the correct creation order for the kube kinds. -// Any pod dependecy will be created first like volumes, secrets, etc. +// Any pod dependency will be created first like volumes, secrets, etc. func sortKubeKinds(documentList [][]byte) ([][]byte, error) { var sortedDocumentList [][]byte |