summaryrefslogtreecommitdiff
path: root/ACE/ace/Connector.h
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 /ACE/ace/Connector.h
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 'ACE/ace/Connector.h')
-rw-r--r--ACE/ace/Connector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Connector.h b/ACE/ace/Connector.h
index ed9e0eb69eb..23f3014692f 100644
--- a/ACE/ace/Connector.h
+++ b/ACE/ace/Connector.h
@@ -70,7 +70,7 @@ public:
/// Close up and return underlying SVC_HANDLER through @c sh.
/**
- * If the return value is true the close was performed succesfully,
+ * If the return value is true the close was performed successfully,
* implying that this object was removed from the reactor and thereby
* (by means of reference counting decremented to 0) deleted.
* If the return value is false, the close was not successful.