Skip to content

Commit 092f9e6

Browse files
authored
Merge pull request #4909 from fenggw-fnst/work
Fix typo in comment
2 parents 18ad79d + 3e7bb72 commit 092f9e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/mediatypes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func IsNonDistributable(mt string) bool {
108108
strings.HasPrefix(mt, "application/vnd.docker.image.rootfs.foreign.")
109109
}
110110

111-
// IsLayerTypes returns true if the media type is a layer
111+
// IsLayerType returns true if the media type is a layer
112112
func IsLayerType(mt string) bool {
113113
if strings.HasPrefix(mt, "application/vnd.oci.image.layer.") {
114114
return true

0 commit comments

Comments
 (0)