summaryrefslogtreecommitdiff
path: root/vendor/github.com/containerd/stargz-snapshotter/estargz/estargz.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-02-01 06:46:54 -0500
committerGitHub <noreply@github.com>2022-02-01 06:46:54 -0500
commitbaf0dfcac2576922cea8fcd813362757e1dfbdea (patch)
tree0bbb6d4be98e09119746fcb5d3d585212ee8add0 /vendor/github.com/containerd/stargz-snapshotter/estargz/estargz.go
parent271867263c334460ee404cc5059a9453e47171f7 (diff)
parent6609bb73aae2185571ff7e793dfa268f04643874 (diff)
downloadpodman-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.go2
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) {