summaryrefslogtreecommitdiff
path: root/TAO/tests/Oneways_Invoking_Twoways/Sender_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Oneways_Invoking_Twoways/Sender_i.cpp')
-rw-r--r--TAO/tests/Oneways_Invoking_Twoways/Sender_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Oneways_Invoking_Twoways/Sender_i.cpp b/TAO/tests/Oneways_Invoking_Twoways/Sender_i.cpp
index 54a39be83e6..d7920f91791 100644
--- a/TAO/tests/Oneways_Invoking_Twoways/Sender_i.cpp
+++ b/TAO/tests/Oneways_Invoking_Twoways/Sender_i.cpp
@@ -50,6 +50,6 @@ void
Sender_i::shutdown (void)
{
ACE_DEBUG ((LM_DEBUG,
- "(%P|%t) About to invoke shudown... \n"));
+ "(%P|%t) About to invoke shudown...\n"));
this->orb_->shutdown (0);
}