From: ggiunta Date: Sun, 26 Jul 2009 20:33:54 +0000 (+0000) Subject: - fix typo in a comment X-Git-Tag: 3.0.0-beta~21 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=93b984b3e927dc215257e4dc17eb134f2df44994 - fix typo in a comment git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@26 013ecfd8-0664-425d-a759-9c98391dc3f9 --- diff --git a/lib/xmlrpcs.inc b/lib/xmlrpcs.inc index 9e504b8..f124a01 100644 --- a/lib/xmlrpcs.inc +++ b/lib/xmlrpcs.inc @@ -435,7 +435,7 @@ /// array defining php functions exposed as xmlrpc methods by this server var $dmap=array(); /** - * Defines how functions in dmap will be invokde: either using an xmlrpc msg object + * Defines how functions in dmap will be invoked: either using an xmlrpc msg object * or plain php values. * valid strings are 'xmlrpcvals', 'phpvals' or 'epivals' */