diff options
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")
|