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 2008/05/26 23:27:54 UTC

svn commit: r660314 - /ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/descriptor/ExcludeRule.java

Author: maartenc
Date: Mon May 26 14:27:52 2008
New Revision: 660314

URL: http://svn.apache.org/viewvc?rev=660314&view=rev
Log:
Typo.

Modified:
    ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/descriptor/ExcludeRule.java

Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/descriptor/ExcludeRule.java
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/descriptor/ExcludeRule.java?rev=660314&r1=660313&r2=660314&view=diff
==============================================================================
--- ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/descriptor/ExcludeRule.java (original)
+++ ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/descriptor/ExcludeRule.java Mon May 26 14:27:52 2008
@@ -22,7 +22,7 @@
 import org.apache.ivy.util.extendable.ExtendableItem;
 
 /**
- * This describes a rule of exclusion. It is used to resctrict the artifacts asked for a dependency,
+ * This describes a rule of exclusion. It is used to restrict the artifacts asked for a dependency,
  * by excluding a whole module or some artifacts of a dependency.
  */
 public interface ExcludeRule extends ExtendableItem {