summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2012-02-20 10:45:26 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2012-02-20 10:45:26 +0000
commit56f088bdab52beb315c476a5a0a0742ab88aa078 (patch)
tree56b0d0f682715cd7854aff5be38477a76f255194 /sca-java-2.x
parentdcdefa32b02ea6df9e1226a0d7028d89531f983a (diff)
Fix typo in comment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291188 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/WebServiceBindingBuilder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/WebServiceBindingBuilder.java b/sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/WebServiceBindingBuilder.java
index d3aed3ab6b..5e83622b79 100644
--- a/sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/WebServiceBindingBuilder.java
+++ b/sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/WebServiceBindingBuilder.java
@@ -78,7 +78,7 @@ public class WebServiceBindingBuilder implements BindingBuilder<WebServiceBindin
* user specifies the SOAP.v1_2 the binding does SOAP.v1_2 instead of SOAP.v1_1
*
* This logic is here rather than in the binding model so that the behaviour
- * of the implementation is not dictated by the hard coded condifuration of the
+ * of the implementation is not dictated by the hard coded configuration of the
* model. This build runs before the policy builders where this information is used
* TODO - can we get this code into the actual impl modules itself. Move this builder?
*/