fixed typo

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1402612 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2012-10-26 18:30:39 +00:00
parent 0dca478eb8
commit b5539a8eee
1 changed files with 1 additions and 1 deletions

View File

@ -1311,7 +1311,7 @@
usually represents the extension on the filename of the dependency,
that is not always the case. A type can be mapped to a different
extension and a classifier.
The type often correspongs to the packaging used, though this is also
The type often corresponds to the packaging used, though this is also
not always the case.
Some examples are <code>jar</code>, <code>war</code>, <code>ejb-client</code>
and <code>test-jar</code>.