From 21a9abe54b10fe6b68620c4234e139fa7c8c3def Mon Sep 17 00:00:00 2001
From: Sasha Sherstnev <a.sherstnev@dundee.ac.uk>
Date: Thu, 3 Oct 2013 13:33:45 +0100
Subject: [PATCH] Slightly changed JSP page

---
 statpages/ServicesStatus.jsp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/statpages/ServicesStatus.jsp b/statpages/ServicesStatus.jsp
index 98d0ab6..54ae19d 100644
--- a/statpages/ServicesStatus.jsp
+++ b/statpages/ServicesStatus.jsp
@@ -21,9 +21,9 @@ TODO refactor
 
 <ul style="font-weight:bold;">
 	<li>
-		This servlet is tesing whether the web services are healthy on the tomcat instance on which JABAWS is deployed. <br/>
-		If this tomcat instance is proxing through another web server, the test is not checking availability of these <br/>
-		web services at the endpoints of this external server.</li>
+		This servlet tests if the web services are healthy on the tomcat instance on which JABAWS is deployed. <br/>
+		If the tomcat instance is mapped to another "proxy" web server, the servlet does not test availability of <br/>
+		the web services at the endpoints of this external web server.</li>
 	<li>All the web services are tested while this page is being loaded</li>
 	<li>If you want to test the services again, reload this page.</li>
 	<li>Click on the service status to see the results of the testing.</li>
-- 
1.7.10.2