summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-03-15 13:31:16 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-03-15 13:31:16 +0100
commitca38f8bc82d9e2a3365509b9e53e098e0e840fd0 (patch)
treec0cafdd99dfd0e067ec46c3c0ef103144d024196
parent6dad6f745bd524a9c7ffc7e1243977d73c4b5074 (diff)
downloadATCD-ca38f8bc82d9e2a3365509b9e53e098e0e840fd0.tar.gz
Fixed typo
* TAO/orbsvcs/examples/Notify/Subscribe/Subscribe.cpp:
-rw-r--r--TAO/orbsvcs/examples/Notify/Subscribe/Subscribe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/Notify/Subscribe/Subscribe.cpp b/TAO/orbsvcs/examples/Notify/Subscribe/Subscribe.cpp
index b2c9b7faf04..94bd93658fc 100644
--- a/TAO/orbsvcs/examples/Notify/Subscribe/Subscribe.cpp
+++ b/TAO/orbsvcs/examples/Notify/Subscribe/Subscribe.cpp
@@ -324,7 +324,7 @@ Subscribe_StructuredPushConsumer::push_structured_event
ACE_DEBUG ((LM_DEBUG, "Structured Subscribe Consumer %d received subscribed event, domain = %s, type = %s\n",
this->proxy_supplier_id_, domain_name, type_name));
else
- ACE_ERROR ((LM_ERROR, "Error: Structured Subscribe Consumer %d received not subcribed event , domain = %s, type = %s\n",
+ ACE_ERROR ((LM_ERROR, "Error: Structured Subscribe Consumer %d received not subscribed event , domain = %s, type = %s\n",
this->proxy_supplier_id_, domain_name, type_name));
if (++g_result_count == EVENT_COUNT)