1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Description: typo fixed
Author: Herbert Parentes Fortes Neto <hpfn@debian.org>
Last-Update: 2016-07-23
Index: xmlrpc-c-1.33.14/src/system_method.c
===================================================================
--- xmlrpc-c-1.33.14.orig/src/system_method.c
+++ xmlrpc-c-1.33.14/src/system_method.c
@@ -197,7 +197,7 @@ static struct systemMethodReg const meth
"A:A",
"Process an array of calls, and return an array of results. Calls should "
"be structs of the form {'methodName': string, 'params': array}. Each "
- "result will either be a single-item array containg the result value, or "
+ "result will either be a single-item array containing the result value, or "
"a struct of the form {'faultCode': int, 'faultString': string}. This "
"is useful when you need to make lots of small calls without lots of "
"round trips.",
Index: xmlrpc-c-1.33.14/tools/xml-rpc-api2cpp/SystemProxy.hpp
===================================================================
--- xmlrpc-c-1.33.14.orig/tools/xml-rpc-api2cpp/SystemProxy.hpp
+++ xmlrpc-c-1.33.14/tools/xml-rpc-api2cpp/SystemProxy.hpp
@@ -38,7 +38,7 @@ public:
/* Process an array of calls, and return an array of results. Calls
should be structs of the form {'methodName': string, 'params':
- array}. Each result will either be a single-item array containg the
+ array}. Each result will either be a single-item array containing the
result value, or a struct of the form {'faultCode': int,
'faultString': string}. This is useful when you need to make lots of
small calls without lots of round trips. */
|