Author: slaws
Date: Fri Aug 26 12:36:03 2011
New Revision: 1162089
URL: http://svn.apache.org/viewvc?rev=1162089&view=rev
Log:
Fix typo in comment
Modified:
tuscany/sca-java-2.x/trunk/modules/deployment/src/main/java/org/apache/tuscany/sca/deployment/impl/DeployerImpl.java
Modified:
tuscany/sca-java-2.x/trunk/modules/deployment/src/main/java/org/apache/tuscany/sca/deployment/impl/DeployerImpl.java
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/deployment/src/main/java/org/apache/tuscany/sca/deployment/impl/DeployerImpl.java?rev=1162089&r1=1162088&r2=1162089&view=diff
==============================================================================
---
tuscany/sca-java-2.x/trunk/modules/deployment/src/main/java/org/apache/tuscany/sca/deployment/impl/DeployerImpl.java
(original)
+++
tuscany/sca-java-2.x/trunk/modules/deployment/src/main/java/org/apache/tuscany/sca/deployment/impl/DeployerImpl.java
Fri Aug 26 12:36:03 2011
@@ -583,7 +583,7 @@ public class DeployerImpl implements Dep
for (Contribution contribution : contributionList) {
for (Composite composite : contribution.getDeployables()) {
- // TUSCANY-3907 - clone the top level composite before we
includr
+ // TUSCANY-3907 - clone the top level composite before we
include
// it so that the composite model retained
within
// the CompositeModelResolver is not changed by
the build
try {