summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-04-10 13:21:21 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-04-10 13:21:21 +0200
commit3af44c081b07551f2e95f1ca296f524e44a680f9 (patch)
tree35b5b0da34420e0deee8839f7ebc13af69efd4d0 /user_guide/libraries
parente146ed7ddd607e2b40e4590e0600a4694d43423f (diff)
doc typos / fixes
Diffstat (limited to 'user_guide/libraries')
-rw-r--r--user_guide/libraries/xmlrpc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/libraries/xmlrpc.html b/user_guide/libraries/xmlrpc.html
index efd1316e4..8bec465ba 100644
--- a/user_guide/libraries/xmlrpc.html
+++ b/user_guide/libraries/xmlrpc.html
@@ -290,7 +290,7 @@ $response = array (<br />
<p class="important">Notice that the above array is formatted as a <dfn>struct</dfn>. This is the most common data type for responses.</p>
-<p>As with Requests, a response can be on of the seven data types listed in the <a href="#datatypes">Data Types</a> section.</p>
+<p>As with Requests, a response can be one of the seven data types listed in the <a href="#datatypes">Data Types</a> section.</p>
<h2>Sending an Error Response</h2>
@@ -392,7 +392,7 @@ class Xmlrpc_server extends Controller {
<p>You should now see the message you sent to the server, and its response back to you.</p>
-<p>The client you created sends a message ("How's is going?") to the server, along with a reqest for the "Greetings" method.
+<p>The client you created sends a message ("How's is going?") to the server, along with a request for the "Greetings" method.
The Server receives the request and maps it to the "process" function, where a response is sent back.</p>