summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-05-27 08:36:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-05-27 08:36:28 +0000
commite2ca94ef054f661b8ee406b23fea5eb045ca1a06 (patch)
treecd1d1a2e217a501c14a399632fa5716aaba91a60
parentc549601c49fb0b8c3521e259f7a90ac5189cd644 (diff)
downloadATCD-e2ca94ef054f661b8ee406b23fea5eb045ca1a06.tar.gz
ChangeLogTag: Fri May 27 08:25:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/PortableServer/Servant_Base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Servant_Base.cpp b/TAO/tao/PortableServer/Servant_Base.cpp
index c7e5afe8c0b..05aabdf43de 100644
--- a/TAO/tao/PortableServer/Servant_Base.cpp
+++ b/TAO/tao/PortableServer/Servant_Base.cpp
@@ -374,7 +374,7 @@ TAO_ServantBase_var::~TAO_ServantBase_var (void)
{
if (this->ptr_ != 0)
{
- // We shold not allow exceptions to pass through
+ // We should not allow exceptions to pass through
ACE_TRY_NEW_ENV
{
this->ptr_->_remove_ref (ACE_ENV_SINGLE_ARG_PARAMETER);