fixed typo

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1402898 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2012-10-27 21:59:10 +00:00
parent 127884c456
commit 374c34250e
1 changed files with 1 additions and 1 deletions

View File

@ -1331,7 +1331,7 @@
The classifier of the dependency. It is appended to
the filename after the version. This allows:
<ul>
<li>refering to attached artifact, for example <code>sources</code> and <javadoc>:
<li>refering to attached artifact, for example <code>sources</code> and <code>javadoc</code>:
see <a href="../maven-core/artifact-handlers.html">default artifact handlers</a> for a list,</li>
<li>distinguishing two artifacts
that belong to the same POM but were built differently.