From d1b705a4a0800181bb3c60cc9dcc3518ec84f9e7 Mon Sep 17 00:00:00 2001 From: Benjamin Bentmann Date: Fri, 14 Mar 2008 20:48:58 +0000 Subject: [PATCH] o Fixed typo git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@637259 13f79535-47bb-0310-9956-ffa450edef68 --- .../maven/tools/plugin/javadoc/MojoPhaseTypeTaglet.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-plugin-tools-javadoc/src/main/java/org/apache/maven/tools/plugin/javadoc/MojoPhaseTypeTaglet.java b/maven-plugin-tools-javadoc/src/main/java/org/apache/maven/tools/plugin/javadoc/MojoPhaseTypeTaglet.java index 230c548..5266741 100644 --- a/maven-plugin-tools-javadoc/src/main/java/org/apache/maven/tools/plugin/javadoc/MojoPhaseTypeTaglet.java +++ b/maven-plugin-tools-javadoc/src/main/java/org/apache/maven/tools/plugin/javadoc/MojoPhaseTypeTaglet.java @@ -44,7 +44,7 @@ import com.sun.tools.doclets.Taglet; * * Note: This taglet is similar to call the Javadoc tool with the following: *
- * javadoc ... -tag 'phase:t:Is binded to the specified phase of the standard build lifecycle:'
+ * javadoc ... -tag 'phase:t:Is bound to the specified phase of the standard build lifecycle:'
  * 
* * @see package-summary.html @@ -57,7 +57,7 @@ public class MojoPhaseTypeTaglet { private static final String NAME = JavaMojoAnnotation.PHASE; - protected static final String HEADER = "Is binded to the specified phase of the standard build lifecycle"; + protected static final String HEADER = "Is bound to the specified phase of the standard build lifecycle"; /** * @return By default, return the string defined in {@linkplain #HEADER}.