Author: slaws
Date: Mon Feb 20 10:45:26 2012
New Revision: 1291188
URL: http://svn.apache.org/viewvc?rev=1291188&view=rev
Log:
Fix typo in comment
Modified:
tuscany/sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/WebServiceBindingBuilder.java
Modified:
tuscany/sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/WebServiceBindingBuilder.java
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/WebServiceBindingBuilder.java?rev=1291188&r1=1291187&r2=1291188&view=diff
==============================================================================
---
tuscany/sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/WebServiceBindingBuilder.java
(original)
+++
tuscany/sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/WebServiceBindingBuilder.java
Mon Feb 20 10:45:26 2012
@@ -78,7 +78,7 @@ public class WebServiceBindingBuilder im
* 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?
*/