diff options
author | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-19 19:13:02 +0000 |
---|---|---|
committer | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-19 19:13:02 +0000 |
commit | 2a0aedc2e89e08b72ac8464335ca50cf0623d574 (patch) | |
tree | 3c285a51b797df52c258ef90293afe2d36783091 /sandbox/travelsample | |
parent | 1bbd1a571556b80b4dcffbbd50c6d521a1dbc1ff (diff) |
Fixed a spelling error in </module>
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776419 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample')
-rw-r--r-- | sandbox/travelsample/clients/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/clients/pom.xml b/sandbox/travelsample/clients/pom.xml index a1a574c55a..56ecd4aa42 100644 --- a/sandbox/travelsample/clients/pom.xml +++ b/sandbox/travelsample/clients/pom.xml @@ -36,7 +36,7 @@ <activeByDefault>true</activeByDefault> </activation> <modules> - <module>currency-converter-rmi-client</modue> + <module>currency-converter-rmi-client</module> <module>currency-converter-ws-jaxws-client</module> </modules> </profile> |