From c2fd5a348546221f7231766a6391a3e508ef7919 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sun, 3 Sep 2006 08:21:18 +0000 Subject: [PATCH] - Patch #82131 by beginner: fixed typo. --- includes/xmlrpc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/xmlrpc.inc b/includes/xmlrpc.inc index 30e7c9aecee9..8181142814c7 100644 --- a/includes/xmlrpc.inc +++ b/includes/xmlrpc.inc @@ -418,7 +418,7 @@ function xmlrpc_base64_get_xml($xmlrpc_base64) { /** * Execute an XML remote procedural call. This is private function; call xmlrpc() - * in common.inc instead of this functino. + * in common.inc instead of this function. * * @return * A $xmlrpc_message object if the call succeeded; FALSE if the call failed -- GitLab