Fix typo in comment
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Arsen Musayelyan 2023-01-29 13:43:39 -08:00
parent 0ece536810
commit d914391c40
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 |