diff --git a/reference/soap/soapclient/getlastresponse.xml b/reference/soap/soapclient/getlastresponse.xml index 8e80117434..a9065d309e 100644 --- a/reference/soap/soapclient/getlastresponse.xml +++ b/reference/soap/soapclient/getlastresponse.xml @@ -1,5 +1,5 @@ - + @@ -46,7 +46,7 @@ 1)); $result = $client->SomeFunction(); -echo "REsponse:\n" . $client->__getLastResponse() . "\n"; +echo "Response:\n" . $client->__getLastResponse() . "\n"; ?> ]]>