You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by an...@apache.org on 2012/10/04 10:07:23 UTC

svn commit: r1393947 - /maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java

Author: andham
Date: Thu Oct  4 08:07:23 2012
New Revision: 1393947

URL: http://svn.apache.org/viewvc?rev=1393947&view=rev
Log:
Fixed minor spelling error

Modified:
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java

Modified: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java?rev=1393947&r1=1393946&r2=1393947&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java Thu Oct  4 08:07:23 2012
@@ -69,7 +69,7 @@ public class BuildClasspathMojo
 
     /**
      * The prefix to prepend on each dependent artifact. If undefined, the paths refer to the actual files store in the
-     * local repository (the stipVersion parameter does nothing then).
+     * local repository (the stripVersion parameter does nothing then).
      */
     @Parameter( property = "mdep.prefix" )
     private String prefix;