Skip to content

Commit

Permalink
Merge pull request #111 from andreasscherbaum/first_soap_response
Browse files Browse the repository at this point in the history
s/Frist/First/
  • Loading branch information
mcktr authored Jan 18, 2022
2 parents eb944c8 + 04355a3 commit 6eb20db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/fritz/fritz_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func DoSoapRequest(soapRequest *SoapData, resps chan<- []byte, errs chan<- error

// enable this for debug sessions
if debug {
fmt.Printf("---\nFrist SOAP Response:\n---\n%v\n---\n", string(body))
fmt.Printf("---\nFirst SOAP Response:\n---\n%v\n---\n", string(body))
}

// create immediately a new request with authentication
Expand Down

0 comments on commit 6eb20db

Please sign in to comment.