summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Full_Profile
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-08-10 13:31:24 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-08-10 13:31:24 +0200
commit9626700e4e3fa997bb1e9e9a2a399eca3960bde6 (patch)
tree6ab1d7cc052be532ea643fa3cc5cbbc0e49a4708 /TAO/orbsvcs/tests/AVStreams/Full_Profile
parentdfadfdb61a81156c29843b1f109efb26b16fa777 (diff)
downloadATCD-9626700e4e3fa997bb1e9e9a2a399eca3960bde6.tar.gz
Fixed typos
* ACE/ace/Connector.h: * TAO/docs/pluggable_messaging.html: * TAO/examples/Persistent_Grid/Grid_Client_i.cpp: * TAO/examples/Persistent_Grid/Persistent_Client_i.cpp: * TAO/examples/Simple/grid/Grid_Client_i.cpp: * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.h: * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp: * TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp: * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp: * TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender.cpp: * TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/sender.cpp: * TAO/orbsvcs/tests/AVStreams/Component_Switching/sender.cpp: * TAO/orbsvcs/tests/AVStreams/Full_Profile/ftp.cpp: * TAO/orbsvcs/tests/AVStreams/Modify_QoS/sender.cpp: * TAO/orbsvcs/tests/AVStreams/Multicast/ftp.cpp: * TAO/orbsvcs/tests/AVStreams/Multicast_Full_Profile/ftp.cpp: * TAO/orbsvcs/tests/AVStreams/Multiple_Flows/sender.cpp: * TAO/orbsvcs/tests/AVStreams/Pluggable/ftp.cpp: * TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/sender.cpp: * TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/sender.cpp: * TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage/sender.cpp: * TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.cpp: * TAO/tao/ImR_Client/ImplRepo.idl:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Full_Profile')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Full_Profile/ftp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Full_Profile/ftp.cpp b/TAO/orbsvcs/tests/AVStreams/Full_Profile/ftp.cpp
index d612810bf05..487bb92dab3 100644
--- a/TAO/orbsvcs/tests/AVStreams/Full_Profile/ftp.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/Full_Profile/ftp.cpp
@@ -62,7 +62,7 @@ FTP_Client_Callback::handle_timeout (void *)
int result = this->protocol_object_->send_frame (&mb);
if (result < 0)
ACE_ERROR_RETURN ((LM_ERROR,"send failed:%p","FTP_Client_Flow_Handler::send\n"),-1);
- ACE_DEBUG ((LM_DEBUG,"handle_timeout::buffer sent succesfully\n"));
+ ACE_DEBUG ((LM_DEBUG,"handle_timeout::buffer sent successfully\n"));
}
catch (const CORBA::Exception& ex)
{