summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/xmlrpc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/xmlrpc.inc b/includes/xmlrpc.inc
index 30e7c9aec..818114281 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