From 3af44c081b07551f2e95f1ca296f524e44a680f9 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 10 Apr 2008 11:21:21 +0000 Subject: doc typos / fixes --- user_guide/libraries/xmlrpc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide/libraries') 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 (

Notice that the above array is formatted as a struct. This is the most common data type for responses.

-

As with Requests, a response can be on of the seven data types listed in the Data Types section.

+

As with Requests, a response can be one of the seven data types listed in the Data Types section.

Sending an Error Response

@@ -392,7 +392,7 @@ class Xmlrpc_server extends Controller {

You should now see the message you sent to the server, and its response back to you.

-

The client you created sends a message ("How's is going?") to the server, along with a reqest for the "Greetings" method. +

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.

-- cgit v1.2.3-24-g4f1b