Merge r1002057 TUSCANY-3692: Fix JavaScript syntax error which was disabling all the scripts for this page

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/trunk@1027436 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tutorials/store/store-eu/uiservices/store-eu.html b/tutorials/store/store-eu/uiservices/store-eu.html
index 11eec1e..370b300 100644
--- a/tutorials/store/store-eu/uiservices/store-eu.html
+++ b/tutorials/store/store-eu/uiservices/store-eu.html
@@ -66,7 +66,7 @@
 				try {
 					shoppingTotal.getTotal(shoppingTotal_getTotalResponse);
 				}
-				carch(e) {
+				catch(e) {
 					alert(e);
 				}