Author: maartenc
Date: Wed Jul  4 13:19:02 2007
New Revision: 553323

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

Modified:
    incubator/ivy/core/trunk/src/java/org/apache/ivy/Ivy.java

Modified: incubator/ivy/core/trunk/src/java/org/apache/ivy/Ivy.java
URL: 
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/java/org/apache/ivy/Ivy.java?view=diff&rev=553323&r1=553322&r2=553323
==============================================================================
--- incubator/ivy/core/trunk/src/java/org/apache/ivy/Ivy.java (original)
+++ incubator/ivy/core/trunk/src/java/org/apache/ivy/Ivy.java Wed Jul  4 
13:19:02 2007
@@ -102,7 +102,7 @@
     private boolean interrupted;
 
     /**
-     * True if this instance of Ivy hass already been bound to its 
dependencies, false otherwise.
+     * True if this instance of Ivy has already been bound to its 
dependencies, false otherwise.
      * 
      * @see bind()
      */
@@ -146,7 +146,7 @@
 
     /**
      * This method is used to bind this Ivy instance to required dependencies, 
i.e. instance of
-     * settings, engines, and so on. After thes call Ivy is still not 
configured, which means that
+     * settings, engines, and so on. After this call Ivy is still not 
configured, which means that
      * the settings object is still empty.
      */
     public void bind() {


Reply via email to