diff options
24 files changed, 26 insertions, 26 deletions
diff --git a/ACE/ace/Functor_String.h b/ACE/ace/Functor_String.h index 6c29cba4e82..c04cc01c53a 100644 --- a/ACE/ace/Functor_String.h +++ b/ACE/ace/Functor_String.h @@ -7,7 +7,7 @@ * Class template specializations for ACE_*String types implementing * function objects that are used in various places in ATC. They * could be placed in Functor.h. But we don't want to couple string - * types to the rest of ACE+TAO. Hence they are placed in a seperate + * types to the rest of ACE+TAO. Hence they are placed in a separate * file. */ //========================================================================== diff --git a/ACE/ace/WFMO_Reactor.h b/ACE/ace/WFMO_Reactor.h index 32197eb9913..0841641d217 100644 --- a/ACE/ace/WFMO_Reactor.h +++ b/ACE/ace/WFMO_Reactor.h @@ -113,7 +113,7 @@ public: * Event_Handler entry. The reason the event is not in this * structure is because we need to pass an event array into * WaitForMultipleObjects and therefore keeping the events - * seperate makes sense. + * separate makes sense. */ class Common_Info { diff --git a/ACE/tests/Env_Value_Test.cpp b/ACE/tests/Env_Value_Test.cpp index 718a89420d1..0c86513b8eb 100644 --- a/ACE/tests/Env_Value_Test.cpp +++ b/ACE/tests/Env_Value_Test.cpp @@ -30,7 +30,7 @@ do { \ int // This has been unconditionally turned on for the time being since I can't -// figure out an easy way to enable it and still keep ACE_TMAIN in a seperate +// figure out an easy way to enable it and still keep ACE_TMAIN in a separate // cpp. #if 1 || defined (ACE_HAS_NONSTATIC_OBJECT_MANAGER) || defined (ACE_LACKS_FORK) // ACE_HAS_NONSTATIC_OBJECT_MANAGER only allows main to have two diff --git a/ACE/tests/Proactor_Scatter_Gather_Test.cpp b/ACE/tests/Proactor_Scatter_Gather_Test.cpp index e95ff63975a..d0e75e84e25 100644 --- a/ACE/tests/Proactor_Scatter_Gather_Test.cpp +++ b/ACE/tests/Proactor_Scatter_Gather_Test.cpp @@ -15,7 +15,7 @@ * async scatter/gather stream I/O and async scatter/gather file I/O. * The wire transfer protocol is very naive (and totally non * reliable...) - when both connections are closed, EOF is assumed. - * The test can be also run in a seperated sender and receiver mode, + * The test can be also run in a separated sender and receiver mode, * to test real network influences. * * This test is based upon some building blocks taken from the diff --git a/ACE/tests/Service_Config_DLL.h b/ACE/tests/Service_Config_DLL.h index 6b83d872e24..27f966efe8c 100644 --- a/ACE/tests/Service_Config_DLL.h +++ b/ACE/tests/Service_Config_DLL.h @@ -54,7 +54,7 @@ public: private: /// Directives to be passed to be processed by the Service - /// Configurator in seperate threads. + /// Configurator in separate threads. ACE_TCHAR directive_[2][BUFSIZ]; }; diff --git a/CIAO/docs/TODO.html b/CIAO/docs/TODO.html index 13f85f648b3..b1a2bbe2def 100644 --- a/CIAO/docs/TODO.html +++ b/CIAO/docs/TODO.html @@ -168,7 +168,7 @@ accomplishment) : <ul> <li>We need to put the ComponentServer layer back in. In the current implementation we use NodeApplication as both the Session Container - and the ComponentServer. We need to seperate the two + and the ComponentServer. We need to separate the two entities so we can hook any Container with the ComponentServer. This change is essential to the RT configuration and for the future of CIAO.<p> diff --git a/DAnCE/dance/DAnCE_LocalityManager.idl b/DAnCE/dance/DAnCE_LocalityManager.idl index 79643252fd7..a910bd26170 100644 --- a/DAnCE/dance/DAnCE_LocalityManager.idl +++ b/DAnCE/dance/DAnCE_LocalityManager.idl @@ -20,7 +20,7 @@ module DAnCE * @brief Interface used to manage the lifecycle of instances. * * This interface is used by the LocalityManager to manage the lifecycle - * of various instance types. Each instance type requires a seperate IDH. + * of various instance types. Each instance type requires a separate IDH. */ local interface InstanceDeploymentHandler { diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html index 06ab91c39f2..4037508f4a8 100644 --- a/TAO/TAO-INSTALL.html +++ b/TAO/TAO-INSTALL.html @@ -556,7 +556,7 @@ quickly. and associated utility libraries, we recommend the following alternatives: <UL> - <LI> Build ACE and TAO seperately. ACE needs to be built first and + <LI> Build ACE and TAO separately. ACE needs to be built first and instructins for building ACE are available at <a href="../ACE/ACE-INSTALL.html#MPC">ACE-INSTALL</a>. GNUmakefiles and project files for TAO can be generated by using the following diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html index 6fcfb66e803..6254b510e48 100644 --- a/TAO/docs/releasenotes/index.html +++ b/TAO/docs/releasenotes/index.html @@ -1686,7 +1686,7 @@ of the number of low priority paths. using a Structured Event payload: <ul> <li> -directly between a Supplier and Consumer in seperate processes.</li> +directly between a Supplier and Consumer in separate processes.</li> <li> directly between a colocated Supplier and Consumer.</li> diff --git a/TAO/examples/AMH/Sink_Server/Base_Server.h b/TAO/examples/AMH/Sink_Server/Base_Server.h index 5c6cea45218..c6ea1f74654 100644 --- a/TAO/examples/AMH/Sink_Server/Base_Server.h +++ b/TAO/examples/AMH/Sink_Server/Base_Server.h @@ -68,7 +68,7 @@ public: // @@ Mayur, please put inlined methods in a separate `.inl' file, // as detailed in the ACE/TAO coding/style guidelines, and as per // our conventions. - // Mayur: A seperate file for just one method? AAAGH. OK. + // Mayur: A separate file for just one method? AAAGH. OK. /// Accesor method (for servants) to the initialised ORB CORBA::ORB_ptr orb (void); diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEvent_Utilities.h b/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEvent_Utilities.h index 0b6e04b07e6..2768b5dd1d9 100644 --- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEvent_Utilities.h +++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEvent_Utilities.h @@ -131,11 +131,11 @@ class TAO_RTEC_COSEC_Export CosEC_ServantBase : /// The Supplier QOS. ACE_SupplierQOS_Factory supplier_qos_; - /// The list of EventTypeIDs (for ConsumerQOS) seperated by spaces. + /// The list of EventTypeIDs (for ConsumerQOS) separated by spaces. /// e.g. "1 2 3 4" ACE_TCHAR *eventTypeIds_; - /// The list of EventSourceIDs (for ConsumerQOS) seperated by spaces. + /// The list of EventSourceIDs (for ConsumerQOS) separated by spaces. /// e.g. "1 2 3 4" ACE_TCHAR *eventSourceIds_; diff --git a/TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.h b/TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.h index 58175ea3275..f14f5f5ed2b 100644 --- a/TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.h +++ b/TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.h @@ -16,7 +16,7 @@ /** * @class TAO_Notify_ORB_Run_Task * - * @brief Run the ORB::run method in a seperate thread. + * @brief Run the ORB::run method in a separate thread. */ class TAO_Notify_ORB_Run_Task : public ACE_Task_Base { diff --git a/TAO/orbsvcs/examples/Notify/Lanes/Supplier_Client.cpp b/TAO/orbsvcs/examples/Notify/Lanes/Supplier_Client.cpp index 096b868623c..32865fcd20c 100644 --- a/TAO/orbsvcs/examples/Notify/Lanes/Supplier_Client.cpp +++ b/TAO/orbsvcs/examples/Notify/Lanes/Supplier_Client.cpp @@ -206,7 +206,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[]) orb_objects.init (orb); - /* Run the ORB in a seperate thread */ + /* Run the ORB in a separate thread */ TAO_Notify_ORB_Run_Task orb_run_task (orb_objects); /* Create a Client */ diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/ORB_Run_Task.h b/TAO/orbsvcs/examples/Notify/ThreadPool/ORB_Run_Task.h index 58175ea3275..f14f5f5ed2b 100644 --- a/TAO/orbsvcs/examples/Notify/ThreadPool/ORB_Run_Task.h +++ b/TAO/orbsvcs/examples/Notify/ThreadPool/ORB_Run_Task.h @@ -16,7 +16,7 @@ /** * @class TAO_Notify_ORB_Run_Task * - * @brief Run the ORB::run method in a seperate thread. + * @brief Run the ORB::run method in a separate thread. */ class TAO_Notify_ORB_Run_Task : public ACE_Task_Base { diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.cpp b/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.cpp index faf55063b65..ce2d91a40a7 100644 --- a/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.cpp +++ b/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.cpp @@ -204,7 +204,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[]) orb_objects.init (orb); - /* Run the ORB in a seperate thread */ + /* Run the ORB in a separate thread */ TAO_Notify_ORB_Run_Task orb_run_task (orb_objects); /* Create a Client */ diff --git a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.h b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.h index f91e72294f9..7545b9f3f2f 100644 --- a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.h +++ b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.h @@ -46,7 +46,7 @@ namespace TAO * * @brief Request service context generator class for the client. * - * @@TODO Need to see whether we can have seperate resource factory + * @@TODO Need to see whether we can have separate resource factory * and put this there. Let us get this going first */ class FT_TSS diff --git a/TAO/orbsvcs/tests/ior_corbaname/ior_corbaname_client_i.cpp b/TAO/orbsvcs/tests/ior_corbaname/ior_corbaname_client_i.cpp index 6110d1c1c40..17faa76b29d 100644 --- a/TAO/orbsvcs/tests/ior_corbaname/ior_corbaname_client_i.cpp +++ b/TAO/orbsvcs/tests/ior_corbaname/ior_corbaname_client_i.cpp @@ -40,7 +40,7 @@ IOR_corbaname_Client_i::run (void) // The corbaname URL contains the host at which an NamingContext // Object can be found and also the stringified form of an entry - // in the Naming Service seperated by '#'. For simplicity, + // in the Naming Service separated by '#'. For simplicity, // in this example, we are specifying the stringified form of // the binding directly without using <to_string> method on // <name>. "#" refers to the seperator between the host and the diff --git a/TAO/tao/Asynch_Reply_Dispatcher_Base.cpp b/TAO/tao/Asynch_Reply_Dispatcher_Base.cpp index e523eca591d..a80ac9e9700 100644 --- a/TAO/tao/Asynch_Reply_Dispatcher_Base.cpp +++ b/TAO/tao/Asynch_Reply_Dispatcher_Base.cpp @@ -32,7 +32,7 @@ TAO_Asynch_Reply_Dispatcher_Base::TAO_Asynch_Reply_Dispatcher_Base ( , lock_ (0) , is_reply_dispatched_ (false) { - // @@ NOTE: Need a seperate option for this.. + // @@ NOTE: Need a separate option for this.. this->lock_ = orb_core->resource_factory ()->create_cached_connection_lock (); } diff --git a/TAO/tao/GIOP_Message_Base.cpp b/TAO/tao/GIOP_Message_Base.cpp index 4b3a5c5fdb4..6e4ab27a6d7 100644 --- a/TAO/tao/GIOP_Message_Base.cpp +++ b/TAO/tao/GIOP_Message_Base.cpp @@ -563,7 +563,7 @@ TAO_GIOP_Message_Base::consolidate_node (TAO_Queued_Data *qd, } else { - // @todo: Need to abstract this out to a seperate method... + // @todo: Need to abstract this out to a separate method... size_t copy_len = qd->missing_data (); if (copy_len > incoming.length ()) diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp index f2dc8ee9bd3..fe48641dbac 100644 --- a/TAO/tao/ORB_Core.cpp +++ b/TAO/tao/ORB_Core.cpp @@ -974,7 +974,7 @@ TAO_ORB_Core::init (int &argc, char *argv[] ) // addr. All endpoint strings should be of the above // form(s). // - // Multiple sets of endpoint may be seperated by a semi-colon `;'. + // Multiple sets of endpoint may be separated by a semi-colon `;'. // For example: // // corbaloc:space:2001,1.2@odyssey:2010;uiop://foo,bar diff --git a/TAO/tao/Remote_Invocation.cpp b/TAO/tao/Remote_Invocation.cpp index 4e284f3da03..cb8ed85c6a5 100644 --- a/TAO/tao/Remote_Invocation.cpp +++ b/TAO/tao/Remote_Invocation.cpp @@ -66,7 +66,7 @@ namespace TAO break; case TAO_Target_Specification::Reference_Addr: - // We need to call the method seperately. If there is no + // We need to call the method separately. If there is no // IOP::IOR info, the call would create the info and return the // index that we need. CORBA::ULong index = 0; 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 } } diff --git a/TAO/tao/params.cpp b/TAO/tao/params.cpp index 4d2f7306c5f..286ea3f81c7 100644 --- a/TAO/tao/params.cpp +++ b/TAO/tao/params.cpp @@ -133,7 +133,7 @@ int TAO_ORB_Parameters::parse_and_add_endpoints (const ACE_CString &endpoints, TAO_EndpointSet &endpoint_set) { - // Parse the string into seperate endpoints, where `endpoints' is of + // Parse the string into separate endpoints, where `endpoints' is of // the form: // // protocol1://V,v@addr1,...,addrN;protocol2://addr1,...,W.w@addrN;... diff --git a/TAO/tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL.h b/TAO/tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL.h index 15548edfb84..2bf3b6eaa44 100644 --- a/TAO/tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL.h +++ b/TAO/tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL.h @@ -53,7 +53,7 @@ public: private: /// Directives to be passed to be processed by the Service - /// Configurator in seperate threads. + /// Configurator in separate threads. ACE_TCHAR directive_[2][BUFSIZ]; }; |