From 9ac320c9a8e6b5f412e8eefb7f2870b3bf225918 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 21 Feb 2024 11:01:05 +0100 Subject: [PATCH] Fixed typos * ACE/ace/Configuration.h: * ACE/protocols/tests/HTBP/Reactor_Tests/test_config.h: * ACE/tests/Test_Output.cpp: * TAO/orbsvcs/tests/HTIOP/AMI/Test_Output.cpp: * TAO/orbsvcs/tests/HTIOP/BiDirectional/Test_Output.cpp: * TAO/orbsvcs/tests/HTIOP/Hello/Test_Output.cpp: * TAO/tao/PI/PICurrent_Impl.cpp: * TAO/tests/POA/FindPOA/FindPOA.cpp: --- ACE/ace/Configuration.h | 2 +- ACE/protocols/tests/HTBP/Reactor_Tests/test_config.h | 4 ++-- ACE/tests/Test_Output.cpp | 2 +- TAO/orbsvcs/tests/HTIOP/AMI/Test_Output.cpp | 2 +- TAO/orbsvcs/tests/HTIOP/BiDirectional/Test_Output.cpp | 2 +- TAO/orbsvcs/tests/HTIOP/Hello/Test_Output.cpp | 2 +- TAO/tao/PI/PICurrent_Impl.cpp | 2 +- TAO/tests/POA/FindPOA/FindPOA.cpp | 4 ++-- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ACE/ace/Configuration.h b/ACE/ace/Configuration.h index 436ee3bf0ad92..749734d77f6f9 100644 --- a/ACE/ace/Configuration.h +++ b/ACE/ace/Configuration.h @@ -349,7 +349,7 @@ class ACE_Export ACE_Configuration * error The path consists of sections separated by the backslash * '\' or forward slash '/'. * Returns 0 on success, -1 if impending_change_callback_->convert_from_lazy_to_real_copy (); // If we have logically copied another table, ensure it is told about our - // demise so that it will not call our non-existant + // demise so that it will not call our non-existent // convert_from_lazy_to_real_copy() when it changes/destructs. if (0 != this->lazy_copy_) this->lazy_copy_->set_callback_for_impending_change (0); diff --git a/TAO/tests/POA/FindPOA/FindPOA.cpp b/TAO/tests/POA/FindPOA/FindPOA.cpp index e09ec1cb2da06..6532f30bbc37c 100644 --- a/TAO/tests/POA/FindPOA/FindPOA.cpp +++ b/TAO/tests/POA/FindPOA/FindPOA.cpp @@ -64,7 +64,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[]) poa_manager->activate (); - // Try to find a non-existant POA. Since the Adapter Activator + // Try to find a non-existent POA. Since the Adapter Activator // has not been installed yet, this call should fail. find_non_existant_POA (root_poa.in (), "firstPOA", @@ -88,7 +88,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[]) first_poa->find_POA (name.c_str (), 1); - // Try to find a non-existant POA. Even though the Adapter + // Try to find a non-existent POA. Even though the Adapter // Activator has been installed, this call should fail because // the activate (if not found) flag is 0. find_non_existant_POA (root_poa.in (),