Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eget.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func IsDirectory(path string) bool {
return fileInfo.IsDir()
}

// searches for an asset thaat has the same name as the requested one but
// searches for an asset that has the same name as the requested one but
// ending with .sha256 or .sha256sum
func checksumAsset(asset string, assets []string) string {
for _, a := range assets {
Expand Down