Skip to content

Commit 0133b5d

Browse files
committed
docs: fix typo in GetDownloadInfo comment
1 parent ceb326f commit 0133b5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/images/images.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ var images = map[string]Image{
8686
},
8787
}
8888

89-
// GetDownloadInfo retreives the necessary information to download an image.
89+
// GetDownloadInfo retrieves the necessary information to download an image.
9090
func (i *Image) GetDownloadInfo(strict bool) (*DownloadInfo, error) {
9191
info, err := i.infoRetriever(i.ArchiveURL+i.checksumPath, i.VersionRegex)
9292
if err != nil {

0 commit comments

Comments
 (0)