summaryrefslogtreecommitdiff
path: root/TAO/tests/ORB_init/ORB_init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ORB_init/ORB_init.cpp')
-rw-r--r--TAO/tests/ORB_init/ORB_init.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/ORB_init/ORB_init.cpp b/TAO/tests/ORB_init/ORB_init.cpp
index 40cd16c8025..5dce9d5de6e 100644
--- a/TAO/tests/ORB_init/ORB_init.cpp
+++ b/TAO/tests/ORB_init/ORB_init.cpp
@@ -30,7 +30,7 @@ main (int argc, char *argv[])
my_orb = orb.in ();
- // Once we leave this scope, the ORB is released but it should
+ // Once we leave this scope, the ORB is released but it should
// be possible to obtain the same ORB with another call to
// CORBA::ORB_init() by using the same ORBid argument that was
// assigned to this ORB.
@@ -38,7 +38,7 @@ main (int argc, char *argv[])
// -------------------------------------------------------------
// Verify that the same ORB is returned from a second call to
- // CORBA::ORB_init() in a different scope when the same ORBid is
+ // CORBA::ORB_init() in a different scope when the same ORBid is
// used in that scope.
// -------------------------------------------------------------
@@ -154,7 +154,7 @@ main (int argc, char *argv[])
"during attempt to perform an ORB operation using\n"
"destroyed ORB <%s>\n"
"The CORBA::OBJECT_NOT_EXIST() exception should have\n"
- "been thrown!\n"
+ "been thrown!\n"
"\n",
orbid));