=== modified file 'sites/all/modules/soapclient/soapclient.module'
--- sites/all/modules/soapclient/soapclient.module	2010-08-15 11:18:41 +0000
+++ sites/all/modules/soapclient/soapclient.module	2010-08-14 21:34:09 +0000
@@ -335,7 +335,7 @@ function soapclient_test() {
     '#title' => 'Use',
     '#default_value' => 0,
     '#options'       => array('encoded', 'literal'),
-    '#description'   => t('Specify how the SOAP client serialise the message.'),
+    '#description'   => t('Specify how the SOAP client serializes the message.'),
   );
 
   $form['style'] = array(
@@ -357,11 +357,11 @@ function soapclient_test() {
 
   $form['arguments'] = array(
     '#type'  => 'textarea',
-    '#title' => t('Agruments'),
+    '#title' => t('Arguments'),
     '#cols'  => 128,
     '#rows'  => 10,
     '#description' => t('Enter the arguments of the function. One argument per line, '.
-                        'for named arguments, the format of <em>name=value<em> may be used.'),
+                        'for named arguments, the format of <em>name=value</em> may be used.'),
   );
 
   $form['submit'] = array(

