summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-11-30 19:41:19 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-11-30 19:41:19 +0100
commit4b6b4778025df3fae1617cff8bed5ed2933339d7 (patch)
treed3b01c3590b3df300d9bd980a66e7715b174a57d /TAO/performance-tests
parentcec147c4573f9ad41e4840d6e53e4980a93bff67 (diff)
downloadATCD-4b6b4778025df3fae1617cff8bed5ed2933339d7.tar.gz
Doxygen changes and some typos
* ACE/ace/CDR_Size.h: * ACE/ace/CDR_Stream.h: * ACE/ace/Codecs.h: * ACE/tests/Upgradable_RW_Test.cpp: * TAO/DevGuideExamples/PortableInterceptors/Auth/ClientInitializer.cpp: * TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl: * TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp: * TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp: * TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp: * TAO/tests/POA/Generic_Servant/client.cpp: * TAO/tests/POA/TIE/client.cpp:
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp2
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp2
-rw-r--r--TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp b/TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp
index cd0404ae066..448ceee2ab8 100644
--- a/TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp
+++ b/TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp
@@ -347,7 +347,7 @@ DII_Cubit_Client::print_stats (const char *call_name,
else
ACE_ERROR ((LM_ERROR,
"\tNo time stats printed. "
- "Call count zero or error ocurred.\n"));
+ "Call count zero or error occurred.\n"));
ACE_DEBUG ((LM_DEBUG,
"\t%d calls, %d errors\n",
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp
index 4d2e8704bd0..3769351bdb3 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp
@@ -1151,7 +1151,7 @@ Cubit_Client::print_stats (const char *call_name,
{
ACE_ERROR ((LM_ERROR,
"\tNo time stats printed."
- " Call count zero or error ocurred.\n"));
+ " Call count zero or error occurred.\n"));
}
}
diff --git a/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp b/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp
index 600d9ba4851..eeafad168a6 100644
--- a/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp
+++ b/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp
@@ -138,7 +138,7 @@ print_stats (ACE_Profile_Timer::ACE_Elapsed_Time &elapsed_time)
}
else
ACE_ERROR ((LM_ERROR,
- "\tNo time stats printed. Zero iterations or error ocurred.\n"));
+ "\tNo time stats printed. Zero iterations or error occurred.\n"));
}