From 11ea86bf384c30fe471b9c492aad8a7c28407f69 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Wed, 7 May 2025 00:16:19 +0800 Subject: [PATCH] Fix typo Found via `typos --hidden --format brief` --- eget.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eget.go b/eget.go index bd46219b..0319066a 100644 --- a/eget.go +++ b/eget.go @@ -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 {