diff options
author | scottkurz <scottkurz@13f79535-47bb-0310-9956-ffa450edef68> | 2011-07-22 13:43:23 +0000 |
---|---|---|
committer | scottkurz <scottkurz@13f79535-47bb-0310-9956-ffa450edef68> | 2011-07-22 13:43:23 +0000 |
commit | 501ce7f19ef002d188b817dcc5ec26bd7f674c15 (patch) | |
tree | 9d7d7c8a7ad8b61c08ff0c3a7cdf7bef94bda9fc /sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/README | |
parent | 3a99cdfedf0f2c3e2309138270433675b3a5f776 (diff) |
Typo.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149604 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/README b/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/README index cfa95a2c33..11233c98ce 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/README +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/README @@ -22,7 +22,7 @@ As this sample uses a standard Java SE main class you can also run it with the m mvn exec:java
-You should see the following oputput:
+You should see the following output:
HelloworldSCAClient, using domainURI uri:default
Calling HelloworldComponent.sayHello("world")
|