summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport_Connector.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-09-15 18:26:19 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-09-15 18:26:19 +0200
commit006534e2c5070472f5ae630018a904191dbf42a1 (patch)
treebde613e46b748835f4b033f478f74d75e0f9bc97 /TAO/tao/Transport_Connector.cpp
parent469dbb215ee76dce382038a179847f4ecb6c65a5 (diff)
downloadATCD-006534e2c5070472f5ae630018a904191dbf42a1.tar.gz
Use separate instead of seperate
* ACE/ace/Functor_String.h: * ACE/ace/WFMO_Reactor.h: * ACE/tests/Env_Value_Test.cpp: * ACE/tests/Proactor_Scatter_Gather_Test.cpp: * ACE/tests/Service_Config_DLL.h: * CIAO/docs/TODO.html: * DAnCE/dance/DAnCE_LocalityManager.idl: * TAO/TAO-INSTALL.html: * TAO/docs/releasenotes/index.html: * TAO/examples/AMH/Sink_Server/Base_Server.h: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEvent_Utilities.h: * TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.h: * TAO/orbsvcs/examples/Notify/Lanes/Supplier_Client.cpp: * TAO/orbsvcs/examples/Notify/ThreadPool/ORB_Run_Task.h: * TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.cpp: * TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.h: * TAO/orbsvcs/tests/ior_corbaname/ior_corbaname_client_i.cpp: * TAO/tao/Asynch_Reply_Dispatcher_Base.cpp: * TAO/tao/GIOP_Message_Base.cpp: * TAO/tao/ORB_Core.cpp: * TAO/tao/Remote_Invocation.cpp: * TAO/tao/Transport_Connector.cpp: * TAO/tao/params.cpp: * TAO/tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL.h:
Diffstat (limited to 'TAO/tao/Transport_Connector.cpp')
-rw-r--r--TAO/tao/Transport_Connector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Transport_Connector.cpp b/TAO/tao/Transport_Connector.cpp
index d66c1307d1e..ad52a3a2367 100644
--- a/TAO/tao/Transport_Connector.cpp
+++ b/TAO/tao/Transport_Connector.cpp
@@ -165,7 +165,7 @@ TAO_Connector::make_mprofile (const char *string, TAO_MProfile &mprofile)
}
const char endpoint_delimiter = ',';
- // The delimiter used to seperate inidividual addresses.
+ // The delimiter used to separate inidividual addresses.
// Count the number of endpoints in the IOR. This will be the number
// of entries in the MProfile.
@@ -258,7 +258,7 @@ TAO_Connector::make_mprofile (const char *string, TAO_MProfile &mprofile)
else
{
throw ::CORBA::INV_OBJREF ();
- // Unable to seperate endpoints
+ // Unable to separate endpoints
}
}