summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-02-03 09:16:44 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-02-03 09:16:44 +0000
commitcb4bfba544129e7bfb6ca3e50a7d63bbf522e0ce (patch)
treed240e5bd9014dd6083d981eb055164be593d33ae
parent30ca7f8fb2085eb2d0c732773d30e6f0a71020bf (diff)
Correct typos
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066765 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/testing/itest/spi/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/spi/build.xml b/sca-java-2.x/trunk/testing/itest/spi/build.xml
index 47e1f85357..c9d5d44c84 100644
--- a/sca-java-2.x/trunk/testing/itest/spi/build.xml
+++ b/sca-java-2.x/trunk/testing/itest/spi/build.xml
@@ -88,7 +88,7 @@
</patternset>
</fileset>
- <!-- convert the filename into class names -->
+ <!-- convert the filenames into class names -->
<pathconvert pathsep=" "
property="class.names"
refid="file.names">
@@ -98,7 +98,7 @@
</chainedmapper>
</pathconvert>
- <!-- create a single file containing all the decompile SPI classes -->
+ <!-- create a single file containing all the decompiled SPI classes -->
<exec executable="javap"
output="spi.txt">
<arg value="-classpath"/>