From d914391c404bf7fe370f2cc218ad805d6ac98f10 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Sun, 29 Jan 2023 13:43:39 -0800 Subject: [PATCH] Fix typo in comment --- internal/dl/dl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/dl/dl.go b/internal/dl/dl.go index a84239e..54c007e 100644 --- a/internal/dl/dl.go +++ b/internal/dl/dl.go @@ -275,7 +275,7 @@ func getDownloader(u string) Downloader { } // normalizeURL normalizes a URL string, so that insignificant -// don't change the hash. +// differences don't change the hash. func normalizeURL(u string) (string, error) { const normalizationFlags = purell.FlagRemoveTrailingSlash | purell.FlagRemoveDefaultPort |