summaryrefslogtreecommitdiff
path: root/ACE/ace/Service_Gestalt.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-10-29 12:34:40 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-10-29 12:34:40 +0100
commitf60d209703ac4e1d375a9670d2a655edd57185a8 (patch)
tree2e3ccbceec9bcdafac3c07846fa863f4b77b326d /ACE/ace/Service_Gestalt.h
parent942c7add54f1e56af4f70b4a58f8aeeaba542c2b (diff)
downloadATCD-f60d209703ac4e1d375a9670d2a655edd57185a8.tar.gz
Fixed typos
* ACE/ace/Service_Gestalt.h: * TAO/docs/notification/reliability.html: * TAO/orbsvcs/tests/Log/Basic_Log_Test/Basic_Log_Test.cpp: * TAO/orbsvcs/tests/Log/Basic_Log_Test/Basic_Log_Test.h: * TAO/orbsvcs/tests/Security/mixed_security_test/README:
Diffstat (limited to 'ACE/ace/Service_Gestalt.h')
-rw-r--r--ACE/ace/Service_Gestalt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Service_Gestalt.h b/ACE/ace/Service_Gestalt.h
index aae3b398124..0a4d9b158a4 100644
--- a/ACE/ace/Service_Gestalt.h
+++ b/ACE/ace/Service_Gestalt.h
@@ -263,9 +263,9 @@ public:
#if (ACE_USES_CLASSIC_SVC_CONF == 1)
/// Dynamically link the shared object file and retrieve a pointer to
/// the designated shared object in this file. Also account for the
- /// possiblity to have static services registered when loading the DLL, by
- /// ensuring that the dynamic sevice is registered before any of its
- /// subordibnate static services. Thus avoiding any finalization order
+ /// possibility to have static services registered when loading the DLL, by
+ /// ensuring that the dynamic service is registered before any of its
+ /// subordinate static services. Thus avoiding any finalization order
/// problems.
int initialize (const ACE_Service_Type_Factory *,
const ACE_TCHAR *parameters);