summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-01-26 08:53:51 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-01-26 08:53:51 +0100
commit08f1e80c705927957bc861d3d00bf16088be4cae (patch)
tree9909545bd11c83bcd545ec71f5a02f7425dcfee8
parentbc556c04b2f97e924ffbea46b1804ba72fb3532c (diff)
downloadATCD-08f1e80c705927957bc861d3d00bf16088be4cae.tar.gz
Fixed typo
* TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp: * TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp: * TAO/tao/Synch_Reply_Dispatcher.cpp:
-rw-r--r--TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp4
-rw-r--r--TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp2
-rw-r--r--TAO/tao/Synch_Reply_Dispatcher.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp
index f83d406f36c..7e987815b35 100644
--- a/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp
+++ b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp
@@ -56,7 +56,7 @@ TAO_DII_Deferred_Reply_Dispatcher::dispatch_reply (
ACE_Message_Block::DONT_DELETE))
db->release ();
- // Steal the buffer, that way we don't do any unnecesary copies of
+ // Steal the buffer, that way we don't do any unnecessary copies of
// this data.
CORBA::ULong max = params.svc_ctx_.maximum ();
CORBA::ULong len = params.svc_ctx_.length ();
@@ -165,7 +165,7 @@ TAO_DII_Asynch_Reply_Dispatcher::dispatch_reply (
ACE_Message_Block::DONT_DELETE))
db->release ();
- // Steal the buffer, that way we don't do any unnecesary copies of
+ // Steal the buffer, that way we don't do any unnecessary copies of
// this data.
CORBA::ULong max = params.svc_ctx_.maximum ();
CORBA::ULong len = params.svc_ctx_.length ();
diff --git a/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp b/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp
index 91e946224f2..3d17c8a8d35 100644
--- a/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp
+++ b/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp
@@ -84,7 +84,7 @@ TAO_Asynch_Reply_Dispatcher::dispatch_reply (TAO_Pluggable_Reply_Params &params)
if (!CORBA::is_nil (this->reply_handler_.in ()))
{
- // Steal the buffer, that way we don't do any unnecesary copies of
+ // Steal the buffer, that way we don't do any unnecessary copies of
// this data.
CORBA::ULong const max = params.svc_ctx_.maximum ();
CORBA::ULong const len = params.svc_ctx_.length ();
diff --git a/TAO/tao/Synch_Reply_Dispatcher.cpp b/TAO/tao/Synch_Reply_Dispatcher.cpp
index fe84771bbfe..3043fd45ce0 100644
--- a/TAO/tao/Synch_Reply_Dispatcher.cpp
+++ b/TAO/tao/Synch_Reply_Dispatcher.cpp
@@ -57,7 +57,7 @@ TAO_Synch_Reply_Dispatcher::dispatch_reply (
this->reply_status_ = params.reply_status ();
this->locate_reply_status_ = params.locate_reply_status ();
- // Steal the buffer, that way we don't do any unnecesary copies of
+ // Steal the buffer, that way we don't do any unnecessary copies of
// this data.
CORBA::ULong const max = params.svc_ctx_.maximum ();
CORBA::ULong const len = params.svc_ctx_.length ();