You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/09/24 21:19:51 UTC

svn commit: r1001036 - in /tuscany/sca-java-1.x/branches/sca-java-1.6.1: demos/bigbank/src/main/resources/web/AccountJSON.html samples/helloworld-dojo-webapp/src/main/webapp/HelloWorldJSONRPC.html

Author: nash
Date: Fri Sep 24 19:19:50 2010
New Revision: 1001036

URL: http://svn.apache.org/viewvc?rev=1001036&view=rev
Log:
Fix typo on web page

Modified:
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/demos/bigbank/src/main/resources/web/AccountJSON.html
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/src/main/webapp/HelloWorldJSONRPC.html

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/demos/bigbank/src/main/resources/web/AccountJSON.html
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/demos/bigbank/src/main/resources/web/AccountJSON.html?rev=1001036&r1=1001035&r2=1001036&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/demos/bigbank/src/main/resources/web/AccountJSON.html (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/demos/bigbank/src/main/resources/web/AccountJSON.html Fri Sep 24 19:19:50 2010
@@ -53,7 +53,7 @@
 		RPC classes</a> and providing them with <a href="AccountJSONService?smd">http://localhost:8080/AccountJSONService?smd</a>
 		for <a href="http://dojo.jot.com/SMD">Simple Method Description
 		(SMD)</a> input.</p>
-		<p>It then creates a Dojo button that will envoke the <code>getAccountReport</code>
+		<p>It then creates a Dojo button that will invoke the <code>getAccountReport</code>
 		method of the <code>accountService</code> object.</p>
 	</tr>
 	<tr>

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/src/main/webapp/HelloWorldJSONRPC.html
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/src/main/webapp/HelloWorldJSONRPC.html?rev=1001036&r1=1001035&r2=1001036&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/src/main/webapp/HelloWorldJSONRPC.html (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/src/main/webapp/HelloWorldJSONRPC.html Fri Sep 24 19:19:50 2010
@@ -56,7 +56,7 @@
 		RPC classes</a> and providing them with <a href="HelloWorldService?smd">HelloWorldService?smd</a>
 		for <a href="http://dojo.jot.com/SMD">Simple Method Description
 		(SMD)</a> input.</p>
-		<p>It then creates a Dojo button that will envoke the <code>getGreetings</code>
+		<p>It then creates a Dojo button that will invoke the <code>getGreetings</code>
 		method of the <code>HelloWorldService</code> object.</p>
 	</tr>
 	<tr>