You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/31 00:32:42 UTC

svn commit: r1344490 - /maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/project/DependencyResolutionRequest.java

Author: hboutemy
Date: Wed May 30 22:32:42 2012
New Revision: 1344490

URL: http://svn.apache.org/viewvc?rev=1344490&view=rev
Log:
fixed typo

Modified:
    maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/project/DependencyResolutionRequest.java

Modified: maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/project/DependencyResolutionRequest.java
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/project/DependencyResolutionRequest.java?rev=1344490&r1=1344489&r2=1344490&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/project/DependencyResolutionRequest.java (original)
+++ maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/project/DependencyResolutionRequest.java Wed May 30 22:32:42 2012
@@ -54,7 +54,7 @@ public interface DependencyResolutionReq
 
     /**
      * Sets the filter used to exclude some dependencies from resolution. Note that this filter only controls the
-     * resolution/download of dependency artifacts, not the inclusion of dependency nodes in the resolved dependeny
+     * resolution/download of dependency artifacts, not the inclusion of dependency nodes in the resolved dependency
      * graph.
      * 
      * @param filter The filter to exclude dependencies from resolution, may be {@code null} to resolve all