Browse Source

Bug: Minor typo (Boby instead of Body)

Signed-off-by: Gordon Smith <gordon.smith@lexisnexis.com>
Gordon Smith 13 years ago
parent
commit
3392c15ba5
3 changed files with 3 additions and 3 deletions
  1. 1 1
      esp/xslt/soap_page.xsl
  2. 1 1
      esp/xslt/wsecl3_jsontest.xsl
  3. 1 1
      esp/xslt/wsecl3_xmltest.xsl

+ 1 - 1
esp/xslt/soap_page.xsl

@@ -341,7 +341,7 @@ function xmlhttpChange()
          var msg = "Problem occurred in response:\n ";
          msg += "Status Code: " + xmlhttp.status+"\n";
          msg += "Messsage: "+xmlhttp.statusText + "\n";
-         msg += "Response: see Response Boby";
+         msg += "Response: see Response Body";
          alert(msg);         
     }
   }

+ 1 - 1
esp/xslt/wsecl3_jsontest.xsl

@@ -341,7 +341,7 @@ function xmlhttpChange()
          var msg = "Problem occurred in response:\n ";
          msg += "Status Code: " + xmlhttp.status+"\n";
          msg += "Messsage: "+xmlhttp.statusText + "\n";
-         msg += "Response: see Response Boby";
+         msg += "Response: see Response Body";
          alert(msg);         
     }
   }

+ 1 - 1
esp/xslt/wsecl3_xmltest.xsl

@@ -341,7 +341,7 @@ function xmlhttpChange()
          var msg = "Problem occurred in response:\n ";
          msg += "Status Code: " + xmlhttp.status+"\n";
          msg += "Messsage: "+xmlhttp.statusText + "\n";
-         msg += "Response: see Response Boby";
+         msg += "Response: see Response Body";
          alert(msg);         
     }
   }