diff --git a/includes/xmlrpc.inc b/includes/xmlrpc.inc
index 30e7c9aecee99dbbe5b006303eec2598e5c5d6df..8181142814c759f881fa013d333e7749c1df46a9 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