From d1998943e5e2cb5e48a7fd9b2cc23725a8690967 Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Sun, 13 May 2012 11:23:29 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1337850 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/java/org/apache/maven/plugin/plugin/PluginReport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java b/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java index ec0bbf1..e22769c 100644 --- a/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java +++ b/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java @@ -130,7 +130,7 @@ public class PluginReport * It removes any occurrences of the regular expression -?maven-?, * and then removes any occurrences of -?plugin-?. *

- * For example, horsefeature-maven-plugin becomes horsefeather. + * For example, horsefeature-maven-plugin becomes horsefeature. *

*

* (There is a special for maven-plugin-plugin; it is mapped to 'plugin'.