diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-02-01 06:46:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 06:46:54 -0500 |
commit | baf0dfcac2576922cea8fcd813362757e1dfbdea (patch) | |
tree | 0bbb6d4be98e09119746fcb5d3d585212ee8add0 /vendor/github.com/containerd/stargz-snapshotter/estargz/estargz.go | |
parent | 271867263c334460ee404cc5059a9453e47171f7 (diff) | |
parent | 6609bb73aae2185571ff7e793dfa268f04643874 (diff) | |
download | podman-baf0dfcac2576922cea8fcd813362757e1dfbdea.tar.gz podman-baf0dfcac2576922cea8fcd813362757e1dfbdea.tar.bz2 podman-baf0dfcac2576922cea8fcd813362757e1dfbdea.zip |
Merge pull request #13064 from rhatdan/pause
Fix use of infra image to clarify default
Diffstat (limited to 'vendor/github.com/containerd/stargz-snapshotter/estargz/estargz.go')
-rw-r--r-- | vendor/github.com/containerd/stargz-snapshotter/estargz/estargz.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/containerd/stargz-snapshotter/estargz/estargz.go b/vendor/github.com/containerd/stargz-snapshotter/estargz/estargz.go index e56319545..2c36e89b4 100644 --- a/vendor/github.com/containerd/stargz-snapshotter/estargz/estargz.go +++ b/vendor/github.com/containerd/stargz-snapshotter/estargz/estargz.go @@ -107,7 +107,7 @@ type Telemetry struct { } // Open opens a stargz file for reading. -// The behaviour is configurable using options. +// The behavior is configurable using options. // // Note that each entry name is normalized as the path that is relative to root. func Open(sr *io.SectionReader, opt ...OpenOption) (*Reader, error) { |