summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-09-19 17:16:10 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-09-19 17:16:10 +0000
commitf41a6ea772f051c63b3fd4d4f91863fc176a5f2d (patch)
tree47e5467e67ecb3fc5ff9d728413bb449aae604b3
parentb73ad5809899ddddeafab3c75fb65f93220e1726 (diff)
downloadATCD-f41a6ea772f051c63b3fd4d4f91863fc176a5f2d.tar.gz
Corrected typo.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02b2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02b b/TAO/ChangeLogs/ChangeLog-02b
index d4651249983..e22bd2a7da7 100644
--- a/TAO/ChangeLogs/ChangeLog-02b
+++ b/TAO/ChangeLogs/ChangeLog-02b
@@ -556,7 +556,7 @@ Wed Oct 2 21:48:07 2002 Ossama Othman <ossama@uci.edu>
eventually transfer ownership to the POA. This addresses a
potential memory access violation due to improper memory
management through the reference counting mechanism.
- Furthermoee, it also cleans up an unnecessary, and
+ Furthermore, it also cleans up an unnecessary, and
non-exception-safe, call to the servant's _remove_ref() method.
This bug was made obvious by the change below where the
servant's destructor was made protected. Protected destructors