You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ru...@apache.org on 2008/03/25 07:55:21 UTC

svn commit: r640720 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/server/AxisHttpService.java

Author: ruchithf
Date: Mon Mar 24 23:55:17 2008
New Revision: 640720

URL: http://svn.apache.org/viewvc?rev=640720&view=rev
Log:
Fixed some typos

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/server/AxisHttpService.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/server/AxisHttpService.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/server/AxisHttpService.java?rev=640720&r1=640719&r2=640720&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/server/AxisHttpService.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/server/AxisHttpService.java Mon Mar 24 23:55:17 2008
@@ -65,8 +65,8 @@
 import java.util.Iterator;
 
 /**
- * This class is an extension of the defaulf HTTP service responsible for
- * maintaining and polulating the {@link MessageContext} for incoming Axis
+ * This class is an extension of the default HTTP service responsible for
+ * maintaining and populating the {@link MessageContext} for incoming Axis
  * requests.
  */
 public class AxisHttpService {
@@ -283,7 +283,7 @@
             // Socket is unreliable. 
             throw ex;
         } catch (HttpException ex) {
-            // HTTP protocol violation. Transport is unrelaible
+            // HTTP protocol violation. Transport is unreliable
             throw ex;
         } catch (Throwable e) {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org