doc typos / fixes
diff --git a/user_guide/libraries/xmlrpc.html b/user_guide/libraries/xmlrpc.html
index efd1316..8bec465 100644
--- a/user_guide/libraries/xmlrpc.html
+++ b/user_guide/libraries/xmlrpc.html
@@ -290,7 +290,7 @@
 

 <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 @@
 

 <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>