Add correct spelling for RequestSCPD, mentioned in issue #23.

This commit is contained in:
John Beisley
2018-03-04 21:55:55 +00:00
parent dceda08e70
commit 71cfb6bbcb
2 changed files with 9 additions and 3 deletions

View File

@ -23,7 +23,7 @@ func main() {
dev := &c.ServiceClient.RootDevice.Device
srv := c.ServiceClient.Service
fmt.Println(dev.FriendlyName, " :: ", srv.String())
scpd, err := srv.RequestSCDP()
scpd, err := srv.RequestSCPD()
if err != nil {
fmt.Printf(" Error requesting service SCPD: %v\n", err)
} else {