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/13 13:23:30 UTC

svn commit: r1337850 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java

Author: hboutemy
Date: Sun May 13 11:23:29 2012
New Revision: 1337850

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

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java?rev=1337850&r1=1337849&r2=1337850&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java Sun May 13 11:23:29 2012
@@ -130,7 +130,7 @@ public class PluginReport
      * It removes any occurrences of the regular expression <strong>-?maven-?</strong>,
      * and then removes any occurrences of <strong>-?plugin-?</strong>.
      * <p>
-     * For example, horsefeature-maven-plugin becomes horsefeather.
+     * For example, horsefeature-maven-plugin becomes horsefeature.
      * </p>
      * <p>
      * (There is a special for maven-plugin-plugin; it is mapped to 'plugin'.