fix typo: boo -> boot

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1395167 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-10-06 20:26:01 +00:00
parent c41231d355
commit c6a0f91a01
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@
</target>
<target name="ivy-bootstrap" description="Download and install Ivy in the users ant lib dir">
<subant buildpath="lucene" target="ivy-boostrap" inheritall="false" failonerror="true"/>
<subant buildpath="lucene" target="ivy-bootstrap" inheritall="false" failonerror="true"/>
</target>
<target name="jar-checksums" description="Recompute SHA1 checksums for all JAR files.">