Author: mbenson
Date: Thu Jun 21 20:49:44 2007
New Revision: 549698

URL: http://svn.apache.org/viewvc?view=rev&rev=549698
Log:
sp

Modified:
    ant/core/trunk/src/tests/antunit/taskdefs/move-test.xml

Modified: ant/core/trunk/src/tests/antunit/taskdefs/move-test.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/taskdefs/move-test.xml?view=diff&rev=549698&r1=549697&r2=549698
==============================================================================
--- ant/core/trunk/src/tests/antunit/taskdefs/move-test.xml (original)
+++ ant/core/trunk/src/tests/antunit/taskdefs/move-test.xml Thu Jun 21 20:49:44 
2007
@@ -3,7 +3,7 @@
 
   <target name="test-move-caseonly">
     <!-- this test is inspired by bugzilla 41948 -->
-    <!-- Especially intresting if executed on case-insensitive file systems -->
+    <!-- Especially interesting if executed on case-insensitive file systems 
-->
     <touch file="${java.io.tmpdir}/abc"/>
     <move file="${java.io.tmpdir}/abc" tofile="${java.io.tmpdir}/aBc"/>
     <fileset dir="${java.io.tmpdir}" id="myfs">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to