Author: midon
Date: Thu Jan 29 03:50:16 2009
New Revision: 738741

URL: http://svn.apache.org/viewvc?rev=738741&view=rev
Log:
cosmetic fix: get the spelling right

Modified:
    
ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/httpbinding/HttpBindingValidator.java
    
ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/httpbinding/HttpMethodConverter.java
    
ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/httpbinding/ProxyConf.java
    
ode/branches/APACHE_ODE_1.X/utils/src/main/java/org/apache/ode/utils/AxisUtils.java
    
ode/branches/APACHE_ODE_1.X/utils/src/main/java/org/apache/ode/utils/URITemplate.java

Modified: 
ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/httpbinding/HttpBindingValidator.java
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/httpbinding/HttpBindingValidator.java?rev=738741&r1=738740&r2=738741&view=diff
==============================================================================
--- 
ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/httpbinding/HttpBindingValidator.java
 (original)
+++ 
ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/httpbinding/HttpBindingValidator.java
 Thu Jan 29 03:50:16 2009
@@ -138,7 +138,7 @@
                 Matcher m = p.matcher(locationUri);
                 // WSLD spec requires that all message parts must be exactly 
once in the url pattern.
                 // However ODE relaxes this.
-                // The only test is to make sure a part is not mentionned more 
than once
+                // The only test is to make sure a part is not mentioned more 
than once
                 if (m.matches() && locationUri.split("(\\(" + name + "\\))", 
-1).length != 2) {
                     throw new 
IllegalArgumentException(httpMsgs.msgInvalidURIPattern(binding, 
bindingOperation, locationUri));
                 }

Modified: 
ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/httpbinding/HttpMethodConverter.java
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/httpbinding/HttpMethodConverter.java?rev=738741&r1=738740&r2=738741&view=diff
==============================================================================
--- 
ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/httpbinding/HttpMethodConverter.java
 (original)
+++ 
ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/httpbinding/HttpMethodConverter.java
 Thu Jan 29 03:50:16 2009
@@ -243,7 +243,7 @@
      * <p/>
      * Finally go through the list of {...@linkplain 
namespaces.ode_http_extension_n...@code :header} elements included in the input 
binding.
      * For each of them, set the HTTP Request Header with the static value 
defined by the attribute {...@linkplain namespaces.ode_http_extension_n...@code 
:value},
-     * or the part value mentionned in the attribute {...@linkplain 
namespaces.ode_http_extension_n...@code :part}.
+     * or the part value mentioned in the attribute {...@linkplain 
namespaces.ode_http_extension_n...@code :part}.
      * <p/>
      * Finally, set the 'Accept' header if the output content type of the 
operation exists.
      * <p/>

Modified: 
ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/httpbinding/ProxyConf.java
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/httpbinding/ProxyConf.java?rev=738741&r1=738740&r2=738741&view=diff
==============================================================================
--- 
ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/httpbinding/ProxyConf.java
 (original)
+++ 
ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/httpbinding/ProxyConf.java
 Thu Jan 29 03:50:16 2009
@@ -92,7 +92,7 @@
 
     /**
      *
-     * @return true if the targetHost is mentionned in the system properties 
"http.nonProxyHosts"
+     * @return true if the targetHost is mentioned in the system properties 
"http.nonProxyHosts"
      * @see http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html
      */
     public static boolean isNonProxyHost(String targetHost) {

Modified: 
ode/branches/APACHE_ODE_1.X/utils/src/main/java/org/apache/ode/utils/AxisUtils.java
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/utils/src/main/java/org/apache/ode/utils/AxisUtils.java?rev=738741&r1=738740&r2=738741&view=diff
==============================================================================
--- 
ode/branches/APACHE_ODE_1.X/utils/src/main/java/org/apache/ode/utils/AxisUtils.java
 (original)
+++ 
ode/branches/APACHE_ODE_1.X/utils/src/main/java/org/apache/ode/utils/AxisUtils.java
 Thu Jan 29 03:50:16 2009
@@ -26,7 +26,7 @@
 
     /**
      * Configure a service instance woth the specified service.xml document.
-     * If modules are mentionned in the document, <code>this</code> method 
will make sure they are properly engaged and engage them if necessary.
+     * If modules are mentioned in the document, <code>this</code> method will 
make sure they are properly engaged and engage them if necessary.
      * The modules have to be available in the module repository otherwise an 
AxisFault will be thrown.
      *
      * @param axisService  the service to configure

Modified: 
ode/branches/APACHE_ODE_1.X/utils/src/main/java/org/apache/ode/utils/URITemplate.java
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/utils/src/main/java/org/apache/ode/utils/URITemplate.java?rev=738741&r1=738740&r2=738741&view=diff
==============================================================================
--- 
ode/branches/APACHE_ODE_1.X/utils/src/main/java/org/apache/ode/utils/URITemplate.java
 (original)
+++ 
ode/branches/APACHE_ODE_1.X/utils/src/main/java/org/apache/ode/utils/URITemplate.java
 Thu Jan 29 03:50:16 2009
@@ -277,7 +277,7 @@
         String var = (String) e.getKey();
         String defaultValue = (String) e.getValue();
         boolean hasDefaultValue = defaultValue != null;
-        // this boolean indicates if the var is mentionned in the map, not 
that the associated value is not null.
+        // this boolean indicates if the var is mentioned in the map, not that 
the associated value is not null.
         boolean varDefined = nameValuePairs.containsKey(var);
         String providedValue = nameValuePairs.get(var);
         String res;


Reply via email to