summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging
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/Messaging
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/Messaging')
-rw-r--r--TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp2
1 files changed, 1 insertions, 1 deletions
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 ();