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 sa...@apache.org on 2008/06/25 11:07:29 UTC

svn commit: r671477 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/MessageReceiver.java

Author: sandakith
Date: Wed Jun 25 02:07:28 2008
New Revision: 671477

URL: http://svn.apache.org/viewvc?rev=671477&view=rev
Log:
Fxing two typos

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/MessageReceiver.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/MessageReceiver.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/MessageReceiver.java?rev=671477&r1=671476&r2=671477&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/MessageReceiver.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/MessageReceiver.java Wed Jun 25 02:07:28 2008
@@ -25,7 +25,7 @@
 
 /**
  * An instance of MessageReceiver can be setup to receive messages. The application logic has no impact
- * on the Axis Engine iself. It is upto the application logic to do whatever it needs. For e.g.
+ * on the Axis Engine itself. It is up to the application logic to do whatever it needs. For e.g.
  * the MessageReceiver can handle a message, send a response back and/or send other messages.
  */
 public interface MessageReceiver {