--- embedaddon/php/ext/xmlrpc/libxmlrpc/xml_to_soap.c 2012/02/21 23:48:05 1.1 +++ embedaddon/php/ext/xmlrpc/libxmlrpc/xml_to_soap.c 2013/10/14 08:02:42 1.1.1.2 @@ -279,7 +279,7 @@ XMLRPC_VALUE xml_element_to_SOAP_REQUEST_worker(XMLRPC else if (!strcmp(attr_iter->key, TOKEN_MUSTUNDERSTAND)) { b_must_understand = strchr(attr_iter->val, '1') ? 1 : 0; } - /* actor, used in conjuction with must understand. */ + /* actor, used in conjunction with must understand. */ else if (!strcmp(attr_iter->key, TOKEN_ACTOR)) { actor = attr_iter->val; }