]> granicus.if.org Git - php/commitdiff
- Fixed bug #50258 (typos in error strings)
authorFelipe Pena <felipe@php.net>
Sat, 21 Nov 2009 19:43:00 +0000 (19:43 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 21 Nov 2009 19:43:00 +0000 (19:43 +0000)
ext/soap/php_encoding.c

index 088f513098c96df8e341b9c06f96b62b44a9ead0..3a4dd0ad51c2ac19d4e1accb92e251014a8e0538 100644 (file)
@@ -375,7 +375,7 @@ static xmlNodePtr master_to_xml_int(encodePtr encode, zval *data, int style, xml
                char *stype_str = NULL, *ns_str = NULL;
 
                if (zend_hash_find(ht, "enc_type", sizeof("enc_type"), (void **)&ztype) == FAILURE) {
-                       soap_error0(E_ERROR, "Encoding: SoapVar hasn't 'enc_type' propery");
+                       soap_error0(E_ERROR, "Encoding: SoapVar hasn't 'enc_type' property");
                }
 
                if (zend_hash_find(ht, "enc_stype", sizeof("enc_stype"), (void **)&zstype) == SUCCESS) {