Fix typo in comment

This commit is contained in:
Elara 2023-01-29 13:43:39 -08:00
parent c2abed95f2
commit 6ab82b121b
1 changed files with 1 additions and 1 deletions

View File

@ -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 |