You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2010/03/25 23:52:20 UTC

svn commit: r927628 - /ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java

Author: maartenc
Date: Thu Mar 25 22:52:20 2010
New Revision: 927628

URL: http://svn.apache.org/viewvc?rev=927628&view=rev
Log:
typing error

Modified:
    ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java

Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java?rev=927628&r1=927627&r2=927628&view=diff
==============================================================================
--- ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java (original)
+++ ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java Thu Mar 25 22:52:20 2010
@@ -408,7 +408,7 @@ public class FileSystemResolverTest exte
         modify.setLastModified(pubdate.getTime());
         // no need to update new artifact timestamp cause it isn't used
 
-        // should not get the new version: checkmodified is false and edpendency is not told to be a
+        // should not get the new version: checkmodified is false and dependency is not told to be a
         // changing one
         resolver.setCheckmodified(false);
         rmr = resolver.getDependency(new DefaultDependencyDescriptor(mrid, false), data);