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 (),