1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

fix spelling

This commit is contained in:
Kevin Glynn 2011-03-23 16:33:09 +01:00
parent 94f1edde7d
commit 61127a5291

View File

@ -40,7 +40,7 @@
<target name="dummyrelease" description="make a release archive (doesn't change git repository)" depends="init,switch,buildcs2j,signtxfiles,mkcs2jlibprojsrc,mkarchive"/>
<target name="dist" decsription="">
<target name="dist" description="Distribute final zip to final resting place">
<copy todir="${release.dir}" file="${release.zip}"/>
<copy tofile="${release.dir}/cs2j-latest.zip" file="${release.zip}"/>
</target>