Skip to content

Commit 90cbc7a

Browse files
committed
spelling: the
Signed-off-by: Josh Soref <[email protected]>
1 parent ee903b0 commit 90cbc7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/crane/append.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func isWindows(img v1.Image) (bool, error) {
3636
return cfg != nil && cfg.OS == "windows", nil
3737
}
3838

39-
// Append reads a layer from path and appends it the the v1.Image base.
39+
// Append reads a layer from path and appends it the v1.Image base.
4040
//
4141
// If the base image is a Windows base image (i.e., its config.OS is
4242
// "windows"), the contents of the tarballs will be modified to be suitable for

pkg/v1/remote/transport/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Similar reasons! That ends up pulling in grpc, protobuf, and logrus.
4040

4141
> Well... what about [`containers/image`](https://godoc.org/github.com/containers/image/docker)?
4242
43-
That just uses the the `docker/distribution` client... and more!
43+
That just uses the `docker/distribution` client... and more!
4444

4545
![containers/image](../../../../images/containers.dot.svg)
4646

0 commit comments

Comments
 (0)