mirror of
https://github.com/minio/minio.git
synced 2025-11-29 05:19:03 -05:00
typo: Fix typos across the codebase. (#2442)
This commit is contained in:
@@ -143,7 +143,7 @@ func extractSignedHeaders(signedHeaders []string, reqHeaders http.Header) (http.
|
||||
continue
|
||||
}
|
||||
// the "host" field will not be found in the header map, it can be found in req.Host.
|
||||
// but its necessary to make sure that the "host" field exists in the list of signed paramaters,
|
||||
// but its necessary to make sure that the "host" field exists in the list of signed parameters,
|
||||
// the check is done above.
|
||||
if header == "host" {
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user