summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-05-15 15:00:27 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-05-15 15:00:27 +0200
commit074ca6ccfcbd44a76620ef52a42d644a32737eb0 (patch)
treefabb6e0168366481386eacc7a3f5205ceebd9027
parentc32cb0f99e00b506c78644fcaa0098f3b72c912d (diff)
downloadATCD-074ca6ccfcbd44a76620ef52a42d644a32737eb0.tar.gz
Fixed typo in error message
* TAO/tao/PortableServer/Active_Object_Map.cpp: * TAO/tao/PortableServer/Object_Adapter.cpp:
-rw-r--r--TAO/tao/PortableServer/Active_Object_Map.cpp6
-rw-r--r--TAO/tao/PortableServer/Object_Adapter.cpp4
2 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/PortableServer/Active_Object_Map.cpp b/TAO/tao/PortableServer/Active_Object_Map.cpp
index b02fad7229b..b556fa72579 100644
--- a/TAO/tao/PortableServer/Active_Object_Map.cpp
+++ b/TAO/tao/PortableServer/Active_Object_Map.cpp
@@ -232,7 +232,7 @@ TAO_Active_Object_Map::TAO_Active_Object_Map (
"linear option for "
"-ORBUniqueidPolicyReverseDemuxStrategy "
"not supported with minimum POA maps. "
- "Ingoring option to use default...\n"));
+ "Ignoring option to use default...\n"));
/* FALL THROUGH */
#endif /* TAO_HAS_MINIMUM_POA_MAPS == 0 */
@@ -270,7 +270,7 @@ TAO_Active_Object_Map::TAO_Active_Object_Map (
TAOLIB_ERROR ((LM_ERROR,
"linear option for -ORBUseridPolicyDemuxStrategy "
"not supported with minimum POA maps. "
- "Ingoring option to use default...\n"));
+ "Ignoring option to use default...\n"));
/* FALL THROUGH */
#endif /* TAO_HAS_MINIMUM_POA_MAPS == 0 */
@@ -304,7 +304,7 @@ TAO_Active_Object_Map::TAO_Active_Object_Map (
TAOLIB_ERROR ((LM_ERROR,
"linear and dynamic options for -ORBSystemidPolicyDemuxStrategy "
"are not supported with minimum POA maps. "
- "Ingoring option to use default...\n"));
+ "Ignoring option to use default...\n"));
/* FALL THROUGH */
#endif /* TAO_HAS_MINIMUM_POA_MAPS == 0 */
diff --git a/TAO/tao/PortableServer/Object_Adapter.cpp b/TAO/tao/PortableServer/Object_Adapter.cpp
index 74af2512196..ddee615e4b5 100644
--- a/TAO/tao/PortableServer/Object_Adapter.cpp
+++ b/TAO/tao/PortableServer/Object_Adapter.cpp
@@ -183,7 +183,7 @@ TAO_Object_Adapter::TAO_Object_Adapter (const TAO_Server_Strategy_Factory::Activ
TAOLIB_ERROR ((LM_ERROR,
"linear option for -ORBPersistentidPolicyDemuxStrategy "
"not supported with minimum POA maps. "
- "Ingoring option to use default...\n"));
+ "Ignoring option to use default...\n"));
/* FALL THROUGH */
#endif /* TAO_HAS_MINIMUM_POA_MAPS == 0 */
case TAO_DYNAMIC_HASH:
@@ -213,7 +213,7 @@ TAO_Object_Adapter::TAO_Object_Adapter (const TAO_Server_Strategy_Factory::Activ
TAOLIB_ERROR ((LM_ERROR,
"linear and dynamic options for -ORBTransientidPolicyDemuxStrategy "
"are not supported with minimum POA maps. "
- "Ingoring option to use default...\n"));
+ "Ignoring option to use default...\n"));
/* FALL THROUGH */
#endif /* TAO_HAS_MINIMUM_POA_MAPS == 0 */
case TAO_ACTIVE_DEMUX: