summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/UdpTransceiver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.cpp b/cpp/src/Ice/UdpTransceiver.cpp
index b0bba346704..32d66528023 100644
--- a/cpp/src/Ice/UdpTransceiver.cpp
+++ b/cpp/src/Ice/UdpTransceiver.cpp
@@ -418,7 +418,7 @@ IceInternal::UdpTransceiver::setBufSize(const InstancePtr& instance)
Warning out(_logger);
out << "UDP " << direction << " buffer size: requested size of " << sizeRequested << " adjusted to ";
sizeRequested = min(static_cast<int>(messageSizeMax), _maxPacketSize) + _udpOverhead;
- out << sizeRequested << " (Ice.MessageSizeMax takes precendence)";
+ out << sizeRequested << " (Ice.MessageSizeMax takes precedence)";
}
if(sizeRequested != dfltSize)