summaryrefslogtreecommitdiff
path: root/includes/xmlrpc.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-09-03 08:21:18 +0000
committerDries Buytaert <dries@buytaert.net>2006-09-03 08:21:18 +0000
commitc2fd5a348546221f7231766a6391a3e508ef7919 (patch)
tree06b31a1f51938ff16de6c9acb5156a19b4b2afce /includes/xmlrpc.inc
parente86c36cb5b21cf045c0ba53a9e6b7f5ecc9d9cd9 (diff)
downloadbrdo-c2fd5a348546221f7231766a6391a3e508ef7919.tar.gz
brdo-c2fd5a348546221f7231766a6391a3e508ef7919.tar.bz2
- Patch #82131 by beginner: fixed typo.
Diffstat (limited to 'includes/xmlrpc.inc')
-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