You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2009/08/08 18:10:56 UTC

svn commit: r802413 - /tuscany/java/sca/modules/binding-sca-runtime/src/main/java/org/apache/tuscany/sca/binding/sca/provider/RuntimeSCAReferenceBindingProvider.java

Author: slaws
Date: Sat Aug  8 16:10:55 2009
New Revision: 802413

URL: http://svn.apache.org/viewvc?rev=802413&view=rev
Log:
Fix typo

Modified:
    tuscany/java/sca/modules/binding-sca-runtime/src/main/java/org/apache/tuscany/sca/binding/sca/provider/RuntimeSCAReferenceBindingProvider.java

Modified: tuscany/java/sca/modules/binding-sca-runtime/src/main/java/org/apache/tuscany/sca/binding/sca/provider/RuntimeSCAReferenceBindingProvider.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-sca-runtime/src/main/java/org/apache/tuscany/sca/binding/sca/provider/RuntimeSCAReferenceBindingProvider.java?rev=802413&r1=802412&r2=802413&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-sca-runtime/src/main/java/org/apache/tuscany/sca/binding/sca/provider/RuntimeSCAReferenceBindingProvider.java (original)
+++ tuscany/java/sca/modules/binding-sca-runtime/src/main/java/org/apache/tuscany/sca/binding/sca/provider/RuntimeSCAReferenceBindingProvider.java Sat Aug  8 16:10:55 2009
@@ -92,7 +92,7 @@
         // The decision is based on the results of the wiring process in the assembly model
         // and there are three possibilities
         // 1 - target service is running in a separate node in a separate JVM
-        // 2 - target service is running in a seaprate node in the same JVM
+        // 2 - target service is running in a separate node in the same JVM
         // 3 - target service is running in the same node
         
         // TODO - EPR - the method needs to be able to indicate the three cases