From 93b984b3e927dc215257e4dc17eb134f2df44994 Mon Sep 17 00:00:00 2001 From: ggiunta Date: Sun, 26 Jul 2009 20:33:54 +0000 Subject: [PATCH] - fix typo in a comment git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@26 013ecfd8-0664-425d-a759-9c98391dc3f9 --- lib/xmlrpcs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' */ -- 2.43.0