]> 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 0fb511c3fe0e37e3c184127a484217c8d181a44a..bb51f111ecf4ac3266ff96bf8d5c7c14816ef1f7 100644 (file)
@@ -373,7 +373,7 @@ static xmlNodePtr master_to_xml_int(encodePtr encode, zval *data, int style, xml
                HashTable *ht = Z_OBJPROP_P(data);
 
                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) {