summaryrefslogtreecommitdiff
path: root/ACE/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-03-03 19:55:01 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-03-03 19:55:01 +0100
commit9b502667266da5fcd9996c0ba08569693b2c8e83 (patch)
tree35afbf122e21502faf425ff94cdafdbc44d85539 /ACE/examples
parentfc094d72d8a9d1b35856b3c00123121a40e0aa54 (diff)
downloadATCD-9b502667266da5fcd9996c0ba08569693b2c8e83.tar.gz
Fixed typos
* ACE/examples/APG/ThreadPools/TP_Reactor.cpp: * ACE/tests/SSL/Thread_Pool_Reactor_SSL_Test.cpp: * ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp: * ACE/tests/Thread_Pool_Reactor_Test.cpp: * TAO/orbsvcs/orbsvcs/CosEventComm.idl: * TAO/orbsvcs/orbsvcs/CosNotification.idl: * TAO/tests/Bug_3154_Regression/orbsvcs/CosNotification.idl:
Diffstat (limited to 'ACE/examples')
-rw-r--r--ACE/examples/APG/ThreadPools/TP_Reactor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/APG/ThreadPools/TP_Reactor.cpp b/ACE/examples/APG/ThreadPools/TP_Reactor.cpp
index b8dd9a5b6c6..6386ee129bb 100644
--- a/ACE/examples/APG/ThreadPools/TP_Reactor.cpp
+++ b/ACE/examples/APG/ThreadPools/TP_Reactor.cpp
@@ -31,7 +31,7 @@ static size_t svr_thrno = 5;
// Total number of client threads.
static size_t cli_runs = 2;
-// Total connection attemps of a client thread.
+// Total connection attempts of a client thread.
static size_t cli_conn_no = 2;
// Total requests a client thread sends.