Changeset 32312 for main


Ignore:
Timestamp:
2018-07-30T12:59:18+12:00 (6 years ago)
Author:
kjdon
Message:

fixed a spelling mistake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r32310 r32312  
    10851085
    10861086  <target name="copy-dot-svn-files" depends="init"
    1087       description="Copies all resources .svn files to .in versions - which are used during cionfigure to generate the runtime versions." >
     1087      description="Copies all resources .svn files to .in versions - which are used during configure to generate the runtime versions." >
    10881088    <if><bool><available file="${basedir}/resources/tomcat/greenstone3.xml.in"/></bool>
    10891089      <copy file="${basedir}/resources/tomcat/greenstone3.xml.in" tofile="${basedir}/resources/tomcat/greenstone3.xml.in.backup"  overwrite="true"/>
Note: See TracChangeset for help on using the changeset viewer.