Fix typo thanks to Martin Poeschl
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113937 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -243,7 +243,7 @@
|
||||
<x:set var="packages" select="Cycles/Package"/>
|
||||
<j:choose>
|
||||
<j:when test="${size(packages) == 0}">
|
||||
<p>There are no cyclic dependancies.</p>
|
||||
<p>There are no cyclic dependencies.</p>
|
||||
</j:when>
|
||||
<j:otherwise>
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user