summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);