diff options
author | Jose <jose@zeroc.com> | 2013-01-14 15:30:21 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2013-01-14 15:30:21 +0100 |
commit | ebc01ea7d46c5e31d71528782c931375a7186542 (patch) | |
tree | 467016392e95c826a0c934814be761c53da64d96 /cpp/src/Ice/InstrumentationI.cpp | |
parent | Added support for Ice.UseServantClassLoader (diff) | |
download | ice-ebc01ea7d46c5e31d71528782c931375a7186542.tar.bz2 ice-ebc01ea7d46c5e31d71528782c931375a7186542.tar.xz ice-ebc01ea7d46c5e31d71528782c931375a7186542.zip |
Fixed (ICE-5144) - Minor grammar errors in code
Diffstat (limited to 'cpp/src/Ice/InstrumentationI.cpp')
-rw-r--r-- | cpp/src/Ice/InstrumentationI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/InstrumentationI.cpp b/cpp/src/Ice/InstrumentationI.cpp index 437e23ade9c..c370348120c 100644 --- a/cpp/src/Ice/InstrumentationI.cpp +++ b/cpp/src/Ice/InstrumentationI.cpp @@ -417,7 +417,7 @@ public: } catch(const Exception&) { - // Either a fixed proxy or the the communicator is destroyed. + // Either a fixed proxy or the communicator is destroyed. os << _proxy->ice_getCommunicator()->identityToString(_proxy->ice_getIdentity()); os << " [" << _operation << ']'; } |