소스 검색

Bug: Minor typo (Boby instead of Body)

Signed-off-by: Gordon Smith <gordon.smith@lexisnexis.com>
Gordon Smith 13 년 전
부모
커밋
3392c15ba5
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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);         
     }
   }