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}.