summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-07-12 01:50:33 +0200
committerDerek Allard <derek.allard@ellislab.com>2007-07-12 01:50:33 +0200
commit55c880f6c22fb31b48108b9dacce598f2ee3dbbf (patch)
tree21341ff95be9c063051913083c790265b0e99297
parentc80593c537117b11e2f75287fc9a18e0d0d2bf5a (diff)
typo
-rw-r--r--user_guide/libraries/xmlrpc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/xmlrpc.html b/user_guide/libraries/xmlrpc.html
index ba70e11a8..8e7100e25 100644
--- a/user_guide/libraries/xmlrpc.html
+++ b/user_guide/libraries/xmlrpc.html
@@ -99,7 +99,7 @@ $this->load->library('xmlrpcs');
</code>
<p>Once loaded, the xml-rpcs library object will be available using: <dfn>$this->xmlrpcs</dfn></p>
-<p class="important"><strong>Note:</strong>&nbsp; When using the XML-RPC Sever class you must load BOTH the XML-RPC class and the XML-RPC Server class.</p>
+<p class="important"><strong>Note:</strong>&nbsp; When using the XML-RPC Server class you must load BOTH the XML-RPC class and the XML-RPC Server class.</p>