summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-02-26 18:20:26 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-02-26 18:20:26 +0100
commit73307efb832657d40b3c39492a2c4ae4b0b47762 (patch)
treeaba492b7a42d6664a8cbaf734de5ea8bd11e817e /TAO/tests
parent7675cb72f6b415ae19a278ac6364089eb57b4fff (diff)
downloadATCD-73307efb832657d40b3c39492a2c4ae4b0b47762.tar.gz
Doxygen fixes and fixed some typos
* TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.h: * TAO/orbsvcs/orbsvcs/Naming/Hash_Naming_Context.h: * TAO/orbsvcs/orbsvcs/Naming/Naming_Context_Interface.h: * TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h: * TAO/tests/Bug_2953_Regression/client.cpp: * TAO/tests/Bug_2953_Regression/server.cpp: * TAO/tests/Smart_Proxies/Benchmark/client.cpp: * TAO/tests/Smart_Proxies/Policy/client.cpp: * TAO/tests/Smart_Proxies/client.cpp:
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/Bug_2953_Regression/client.cpp2
-rw-r--r--TAO/tests/Bug_2953_Regression/server.cpp2
-rw-r--r--TAO/tests/Smart_Proxies/Benchmark/client.cpp2
-rw-r--r--TAO/tests/Smart_Proxies/Policy/client.cpp2
-rw-r--r--TAO/tests/Smart_Proxies/client.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/Bug_2953_Regression/client.cpp b/TAO/tests/Bug_2953_Regression/client.cpp
index 97767d80a2a..e85c91e7923 100644
--- a/TAO/tests/Bug_2953_Regression/client.cpp
+++ b/TAO/tests/Bug_2953_Regression/client.cpp
@@ -18,7 +18,7 @@ void shutdownORB(CORBA::ORB_ptr orb, const char * orbid)
orb->destroy();
ACE_DEBUG ((LM_DEBUG,
- "ORB <%C> is destoyed\n",
+ "ORB <%C> is destroyed\n",
orbid));
}
diff --git a/TAO/tests/Bug_2953_Regression/server.cpp b/TAO/tests/Bug_2953_Regression/server.cpp
index 0c7ac2eb322..5c55c057945 100644
--- a/TAO/tests/Bug_2953_Regression/server.cpp
+++ b/TAO/tests/Bug_2953_Regression/server.cpp
@@ -209,7 +209,7 @@ void shutdownORB(CORBA::ORB_ptr orb, const char * orbid)
orb->destroy();
ACE_DEBUG ((LM_DEBUG,
- "ORB <%C> is destoyed\n",
+ "ORB <%C> is destroyed\n",
orbid));
}
diff --git a/TAO/tests/Smart_Proxies/Benchmark/client.cpp b/TAO/tests/Smart_Proxies/Benchmark/client.cpp
index 09546145c47..57c559330aa 100644
--- a/TAO/tests/Smart_Proxies/Benchmark/client.cpp
+++ b/TAO/tests/Smart_Proxies/Benchmark/client.cpp
@@ -125,7 +125,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
// user-defined smart factory on the heap as the smart proxy
// generated classes take care of destroying the object. This
// way it a win situation for the application developer who
- // doesnt have to make sure to destoy it and also for the smart
+ // doesnt have to make sure to destroy it and also for the smart
// proxy designer who now can manage the lifetime of the object
// much surely.
diff --git a/TAO/tests/Smart_Proxies/Policy/client.cpp b/TAO/tests/Smart_Proxies/Policy/client.cpp
index e6017a2b44a..b28fe0a4b24 100644
--- a/TAO/tests/Smart_Proxies/Policy/client.cpp
+++ b/TAO/tests/Smart_Proxies/Policy/client.cpp
@@ -103,7 +103,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
// user-defined smart factory on the heap as the smart proxy
// generated classes take care of destroying the object. This
// way it a win situation for the application developer who
- // doesnt have to make sure to destoy it and also for the smart
+ // doesnt have to make sure to destroy it and also for the smart
// proxy designer who now can manage the lifetime of the object
// much surely.
// By default this factory is permanent (i.e. registered for
diff --git a/TAO/tests/Smart_Proxies/client.cpp b/TAO/tests/Smart_Proxies/client.cpp
index 47d5bab2cb2..f6bdb290393 100644
--- a/TAO/tests/Smart_Proxies/client.cpp
+++ b/TAO/tests/Smart_Proxies/client.cpp
@@ -60,7 +60,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
// user-defined smart factory on the heap as the smart proxy
// generated classes take care of destroying the object. This
// way it a win situation for the application developer who
- // doesnt have to make sure to destoy it and also for the smart
+ // doesnt have to make sure to destroy it and also for the smart
// proxy designer who now can manage the lifetime of the object
// much surely.
Smart_Test_Factory *test_factory = 0;