summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB.cpp')
-rw-r--r--TAO/tao/ORB.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp
index 8c3c73adf0a..4a828ec3c11 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -131,7 +131,7 @@ CORBA::ORB::~ORB (void)
void
CORBA::ORB::shutdown (CORBA::Boolean wait_for_completion)
{
- // We cannot lock the exceptions here. We need to propogate
+ // We cannot lock the exceptions here. We need to propagate
// BAD_INV_ORDER exceptions if needed to the caller. Locking
// exceptions down would render us non-compliant with the spec.
this->check_shutdown ();