diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-07-12 01:50:33 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-07-12 01:50:33 +0200 |
commit | 55c880f6c22fb31b48108b9dacce598f2ee3dbbf (patch) | |
tree | 21341ff95be9c063051913083c790265b0e99297 /user_guide/libraries/xmlrpc.html | |
parent | c80593c537117b11e2f75287fc9a18e0d0d2bf5a (diff) |
typo
Diffstat (limited to 'user_guide/libraries/xmlrpc.html')
-rw-r--r-- | user_guide/libraries/xmlrpc.html | 2 |
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> 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> When using the XML-RPC Server class you must load BOTH the XML-RPC class and the XML-RPC Server class.</p>
|