diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-03 09:16:44 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-03 09:16:44 +0000 |
commit | cb4bfba544129e7bfb6ca3e50a7d63bbf522e0ce (patch) | |
tree | d240e5bd9014dd6083d981eb055164be593d33ae /sca-java-2.x/trunk/testing/itest/spi | |
parent | 30ca7f8fb2085eb2d0c732773d30e6f0a71020bf (diff) |
Correct typos
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066765 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/spi')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/spi/build.xml | 4 |
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"/>
|