diff options
Diffstat (limited to 'cpp/src/qpid/SessionState.cpp')
| -rw-r--r-- | cpp/src/qpid/SessionState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/SessionState.cpp b/cpp/src/qpid/SessionState.cpp index e5019604d2..3acf9fe715 100644 --- a/cpp/src/qpid/SessionState.cpp +++ b/cpp/src/qpid/SessionState.cpp @@ -126,7 +126,7 @@ void SessionState::senderRecord(const AMQFrame& f) { sender.incomplete += sender.sendPoint.command; sender.sendPoint.advance(f); if (config.replayHardLimit && config.replayHardLimit < sender.replaySize) - throw ResourceLimitExceededException("Replay buffer exceeeded hard limit"); + throw ResourceLimitExceededException("Replay buffer exceeded hard limit"); } static const uint32_t SPONTANEOUS_REQUEST_INTERVAL = 65536; |
