summaryrefslogtreecommitdiff
path: root/TAO/examples
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/examples
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/examples')
-rw-r--r--TAO/examples/AMH/Sink_Server/Base_Server.h2
1 files changed, 1 insertions, 1 deletions
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);