summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp
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 /TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp
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:
Diffstat (limited to 'TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp')
-rw-r--r--TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp4
1 files changed, 2 insertions, 2 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 ();