diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-17 14:42:03 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-17 14:42:03 +0000 |
commit | 78060b13f0cba602e89967b61503f904662007db (patch) | |
tree | 8eae65f67114c3500a63f0c63e90ea480034f90d /sca-java-2.x/trunk/testing/itest | |
parent | dd2d74ed9c94539f224df24fa37d5e05f63f3524 (diff) |
Correct typo in test name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158748 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/interface-matching/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/interface-matching/pom.xml b/sca-java-2.x/trunk/testing/itest/interface-matching/pom.xml index 8cf263128f..1f5940b3b8 100644 --- a/sca-java-2.x/trunk/testing/itest/interface-matching/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/interface-matching/pom.xml @@ -26,7 +26,7 @@ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-interface-matching</artifactId>
- <name>Apache Tuscany SCA iTest Interface Matchin</name>
+ <name>Apache Tuscany SCA iTest Interface Matching</name>
<dependencies>
<dependency>
|