mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +03:00
misspell fixes. (#2835)
This commit is contained in:
committed by
Harshavardhana
parent
73b50aea2d
commit
6a9013b97c
+1
-1
@@ -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