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/ProxyFactory.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/ProxyFactory.cpp')
-rw-r--r-- | cpp/src/Ice/ProxyFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ProxyFactory.cpp b/cpp/src/Ice/ProxyFactory.cpp index 239d3e2c18c..ec58a46fd42 100644 --- a/cpp/src/Ice/ProxyFactory.cpp +++ b/cpp/src/Ice/ProxyFactory.cpp @@ -195,7 +195,7 @@ IceInternal::ProxyFactory::checkRetryAfterException(const LocalException& ex, // in this process that will not change if we try again. // // The most likely cause for a MarshalException is exceeding the - // maximum message size, which is represented by the the subclass + // maximum message size, which is represented by the subclass // MemoryLimitException. For example, a client can attempt to send // a message that exceeds the maximum memory size, or accumulate // enough batch requests without flushing that the maximum size is |