summaryrefslogtreecommitdiff
path: root/TAO/tests/BiDirectional_MultipleORB/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/BiDirectional_MultipleORB/README')
-rw-r--r--TAO/tests/BiDirectional_MultipleORB/README6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/BiDirectional_MultipleORB/README b/TAO/tests/BiDirectional_MultipleORB/README
index 55993a7eaa8..6a228884e62 100644
--- a/TAO/tests/BiDirectional_MultipleORB/README
+++ b/TAO/tests/BiDirectional_MultipleORB/README
@@ -1,8 +1,6 @@
-
-
This is a test that creates a birectional GIOP policy for a POA and then
attempts to repeat this, after destructing and re-creating the ORB. This used to
-fail by breaking an assertion, because the second ORB was tryig to register a policy
+fail by breaking an assertion, because the second ORB was trying to register a policy
validator object instance, which lingered since the time the first ORB was created.
The validators are chained in a linked list, and any attempt to register a new one,
@@ -13,7 +11,7 @@ ACE_ASSERT: (24189|4143901376) file Policy_Validator.cpp, line 28 assertion fail
In other instances it broke with SEGV, when trying to access an previously deleted
bi-dir policy validator.
-For additional detail reffer to RT4667 and RT4672.
+For additional detail refer to RT4667 and RT4672.
Start the test like this: