Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Aug 25, 2014
1 parent 5101fef commit a32fb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/soap.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type SoapBody struct {
type SoapFault struct {
faultcode string `xml:"http://schemas.xmlsoap.org/soap/envelope/ faultcode"`
faultstring string `xml:"faultstring"`
faulactor string `xml:"faultactor"`
faultactor string `xml:"faultactor"`
detail string `xml:"detail"`
}

Expand Down

0 comments on commit a32fb36

Please sign in to comment.