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:
dion
2003-09-01 22:21:51 +00:00
parent 13173f6d70
commit 1dbcce37ad

View File

@@ -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>