Skip to content

Commit

Permalink
Merge pull request #479 from shawnps/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
jasdel committed Jan 4, 2016
2 parents 0869a43 + ce09122 commit 61a75ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const logRespMsg = `DEBUG: Response %s/%s Details:
-----------------------------------------------------`

func logResponse(r *request.Request) {
var msg = "no reponse data"
var msg = "no response data"
if r.HTTPResponse != nil {
logBody := r.Config.LogLevel.Matches(aws.LogDebugWithHTTPBody)
dumpedBody, _ := httputil.DumpResponse(r.HTTPResponse, logBody)
Expand Down

0 comments on commit 61a75ca

Please sign in to comment.