diff options
| author | Antony Dovgal <tony2001@php.net> | 2005-12-18 21:17:07 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2005-12-18 21:17:07 +0000 |
| commit | 8aedeb8513e49e0f2adeebf0e286679ef3c1585a (patch) | |
| tree | f03e0ddbac20536fd5d99273ad8381b399e617b8 /ext/xmlrpc | |
| parent | 0d38bc9f809d5726964d6bdf3f3cbf104fd31117 (diff) | |
| download | php-git-8aedeb8513e49e0f2adeebf0e286679ef3c1585a.tar.gz | |
tix fypo
Diffstat (limited to 'ext/xmlrpc')
| -rw-r--r-- | ext/xmlrpc/libxmlrpc/xml_to_soap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xmlrpc/libxmlrpc/xml_to_soap.c b/ext/xmlrpc/libxmlrpc/xml_to_soap.c index 8390f06e8e..a30b3c11f7 100644 --- a/ext/xmlrpc/libxmlrpc/xml_to_soap.c +++ b/ext/xmlrpc/libxmlrpc/xml_to_soap.c @@ -165,7 +165,7 @@ static const char* get_array_soap_type(XMLRPC_VALUE node) { return soapType; } -/* determines wether a node is a fault or not, and of which type: +/* determines whether a node is a fault or not, and of which type: * 0 = not a fault, * 1 = xmlrpc style fault * 2 = soap style fault. |
