diff options
author | Michi Henning <michi@zeroc.com> | 2007-02-15 03:54:30 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-02-15 03:54:30 +0000 |
commit | 67d4968cccb1772a07c837aab62ce104fc30c47d (patch) | |
tree | 28b11aff2621a862cc6a691af270d87319e2ee69 /cpp | |
parent | Fixed bug #1836 (diff) | |
download | ice-67d4968cccb1772a07c837aab62ce104fc30c47d.tar.bz2 ice-67d4968cccb1772a07c837aab62ce104fc30c47d.tar.xz ice-67d4968cccb1772a07c837aab62ce104fc30c47d.zip |
Grammar fix in doc comment.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/slice/Ice/Communicator.ice | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/slice/Ice/Communicator.ice b/cpp/slice/Ice/Communicator.ice index 3b4fea7178d..2a61a11d6e9 100644 --- a/cpp/slice/Ice/Communicator.ice +++ b/cpp/slice/Ice/Communicator.ice @@ -63,8 +63,8 @@ local interface Communicator /** * - * Shuts down this communicator's server functionality, including - * the deactivation of all object adapters. (Attempts to use + * Shuts down this communicator's server functionality, which + * includes the deactivation of all object adapters. (Attempts to use * a deactivated object adapter raise [ObjectAdapterDeactivatedException].) * Subsequent calls to [shutdown] are ignored.</p> * |