summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-10-22 02:36:18 +0000
committerthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-10-22 02:36:18 +0000
commitb13a39f8bc564b2da390c6cb135a0891034bf105 (patch)
tree762a26f363a152eeb87fd2984511ba85a02e8673
parentc9605148c7d13306bebcc02d6b66f7af5eda51b7 (diff)
downloadATCD-b13a39f8bc564b2da390c6cb135a0891034bf105.tar.gz
Fixed typo and corrected remote IOR filename
-rw-r--r--TAO/orbsvcs/examples/RtEC/ECConfigurator/chain_test/conssuppec.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/ECConfigurator/chain_test/conssuppec.xml b/TAO/orbsvcs/examples/RtEC/ECConfigurator/chain_test/conssuppec.xml
index 21e7563fcb6..de3aa68e807 100644
--- a/TAO/orbsvcs/examples/RtEC/ECConfigurator/chain_test/conssuppec.xml
+++ b/TAO/orbsvcs/examples/RtEC/ECConfigurator/chain_test/conssuppec.xml
@@ -24,7 +24,7 @@
<!-- Configure the ECs -->
<RemoteEventChannel name="Client" >
- <IORFile>client.ior</IORFile>
+ <IORFile>Client.ior</IORFile>
</RemoteEventChannel>
<LocalEventChannel name="Middle" >
@@ -39,7 +39,7 @@
<EventName>Subtask2 Trigger</EventName>
</Subscriptions>
<Dependants>
- <SupplierName>Substack3 Notifier</SupplierName>
+ <SupplierName>Subtask3 Notifier</SupplierName>
</Dependants>
</Consumer>
</LocalEventChannel>