o Fixed typo

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@637259 13f79535-47bb-0310-9956-ffa450edef68
master
Benjamin Bentmann 2008-03-14 20:48:58 +00:00
parent a70b34c51c
commit d1b705a4a0
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ import com.sun.tools.doclets.Taglet;
* </pre> * </pre>
* <b>Note</b>: This taglet is similar to call the <code>Javadoc</code> tool with the following: * <b>Note</b>: This taglet is similar to call the <code>Javadoc</code> tool with the following:
* <pre> * <pre>
* 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:'
* </pre> * </pre>
* *
* @see <a href="package-summary.html#package_description">package-summary.html</a> * @see <a href="package-summary.html#package_description">package-summary.html</a>
@ -57,7 +57,7 @@ public class MojoPhaseTypeTaglet
{ {
private static final String NAME = JavaMojoAnnotation.PHASE; 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}. * @return By default, return the string defined in {@linkplain #HEADER}.