summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Miop/McastHello/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Miop/McastHello/README')
-rw-r--r--TAO/orbsvcs/tests/Miop/McastHello/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Miop/McastHello/README b/TAO/orbsvcs/tests/Miop/McastHello/README
index 405dcc094cd..2b7205b555d 100644
--- a/TAO/orbsvcs/tests/Miop/McastHello/README
+++ b/TAO/orbsvcs/tests/Miop/McastHello/README
@@ -17,7 +17,7 @@ $ ./run_test.pl
The test has some unique features that should be noted by
users. Firstly, server.cpp includes MIOP.h, which has some magic for
-loading MIOP protocol in static builds. Secondly, the server.conf has
+loading MIOP protocol in static builds. Secondly, the svc.conf has
a directive for loading the right protocol factory. Both of them are
required for static builds in addition to linking with the
TAO_PortableGroup library.
@@ -28,7 +28,7 @@ However for dynamic builds things are different
in the TAO_PortableGroup library
. The entries in the svc.conf should have dynamic directives. In
- server.conf you would be required to remove commented parts and run
+ svc.conf you would be required to remove commented parts and run
the test.
*/