mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
misspell fixes. (#2835)
This commit is contained in:
committed by
Harshavardhana
parent
73b50aea2d
commit
6a9013b97c
@@ -69,7 +69,7 @@ func doesPresignV2SignatureMatch(r *http.Request) APIErrorCode {
|
||||
return ErrExpiredPresignRequest
|
||||
}
|
||||
|
||||
// Save incoming siganture to be validated later.
|
||||
// Save incoming signature to be validated later.
|
||||
incomingSignature := req.URL.Query().Get("Signature")
|
||||
|
||||
// Set the expires header for string to sign.
|
||||
|
||||
Reference in New Issue
Block a user