diff --git a/library/Zend/XmlRpc/AbstractValue.php b/library/Zend/XmlRpc/AbstractValue.php index 5ceec16728c..e5e63a1e3ef 100644 --- a/library/Zend/XmlRpc/AbstractValue.php +++ b/library/Zend/XmlRpc/AbstractValue.php @@ -19,7 +19,7 @@ * function acts likes a factory for the Zend\XmlRpc\Value objects * * Using this function, users/Zend\XmlRpc\Client object can create the Zend\XmlRpc\Value objects - * from PHP variables, XML string or by specifying the exact XML-RPC natvie type + * from PHP variables, XML string or by specifying the exact XML-RPC native type */ abstract class AbstractValue {