misspell fixes. (#2835)

This commit is contained in:
Karthic Rao
2016-10-04 12:39:21 +05:30
committed by Harshavardhana
parent 73b50aea2d
commit 6a9013b97c
6 changed files with 23 additions and 23 deletions

View File

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