File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ func getChildDevice(d *device, deviceType string) *device {
202202 return nil
203203}
204204
205- // getChildDevice searches the service list of device for a service with the
205+ // getChildService searches the service list of device for a service with the
206206// given type.
207207func getChildService (d * device , serviceType string ) * upnpXML {
208208 for i := range d .ServiceList .Service {
@@ -286,7 +286,7 @@ type soapEnvelope struct {
286286 Body soapBody `xml:"Body"`
287287}
288288
289- // soapRequests performs a soap request with the given parameters and returns
289+ // soapRequest performs a soap request with the given parameters and returns
290290// the xml replied stripped of the soap headers. in the case that the request is
291291// unsuccessful the an error is returned.
292292func soapRequest (url , function , message string ) (replyXML []byte , err error ) {
You can’t perform that action at this time.
0 commit comments