diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2010-09-03 22:24:08 +0000 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2010-09-03 22:24:08 +0000 |
| commit | 8790a4918cdad16c28a1319af807ca9afea74fb3 (patch) | |
| tree | f6db38dc9bf45fae028bcad019bfbeeffe07a6fb /ext/soap/php_packet_soap.c | |
| parent | 88bf6d2e1622645855392dac56f8df080dc48af3 (diff) | |
| download | php-git-8790a4918cdad16c28a1319af807ca9afea74fb3.tar.gz | |
This incorrect contraction started to get on my eyes after I saw it for the
87th time while struggling with an annoying SOAP service.
Diffstat (limited to 'ext/soap/php_packet_soap.c')
| -rw-r--r-- | ext/soap/php_packet_soap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/php_packet_soap.c b/ext/soap/php_packet_soap.c index 74cf7bc69a..9d031f636b 100644 --- a/ext/soap/php_packet_soap.c +++ b/ext/soap/php_packet_soap.c @@ -340,7 +340,7 @@ int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunction } } } else { - /* Function hasn't WSDL description */ + /* Function has no WSDL description */ xmlNodePtr val; val = resp->children; while (val != NULL) { |
