You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by ot...@apache.org on 2008/06/11 08:05:02 UTC

svn commit: r666536 - /lucene/java/trunk/common-build.xml

Author: otis
Date: Tue Jun 10 23:05:02 2008
New Revision: 666536

URL: http://svn.apache.org/viewvc?rev=666536&view=rev
Log:
- Typo fix

Modified:
    lucene/java/trunk/common-build.xml

Modified: lucene/java/trunk/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/common-build.xml?rev=666536&r1=666535&r2=666536&view=diff
==============================================================================
--- lucene/java/trunk/common-build.xml (original)
+++ lucene/java/trunk/common-build.xml Tue Jun 10 23:05:02 2008
@@ -354,7 +354,7 @@
       <sysproperty key="tempDir" file="${build.dir}/test"/>
       <sysproperty key="java.io.tmpdir" file="${build.dir}/test"/>
 
-      <!-- set as a system property so contrib testss can have a fixed root
+      <!-- set as a system property so contrib tests can have a fixed root
            to reference file paths from, and "ant test" can work from
            anywhere.
        -->