diff options
Diffstat (limited to 'java/perftests/src')
| -rw-r--r-- | java/perftests/src/main/java/org/apache/qpid/requestreply/PingPongProducer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/perftests/src/main/java/org/apache/qpid/requestreply/PingPongProducer.java b/java/perftests/src/main/java/org/apache/qpid/requestreply/PingPongProducer.java index 1e01f6bc8e..6bb531e24f 100644 --- a/java/perftests/src/main/java/org/apache/qpid/requestreply/PingPongProducer.java +++ b/java/perftests/src/main/java/org/apache/qpid/requestreply/PingPongProducer.java @@ -1213,7 +1213,7 @@ public class PingPongProducer implements Runnable /*, MessageListener*/, Excepti // log.info("Message " + num + " sent.");
}
- // Increase the unreceived size, this may actually happen aftern the message is recevied.
+ // Increase the unreceived size, this may actually happen aftern the message is received.
_unreceived.getAndIncrement();
// Apply message rate throttling if a rate limit has been set up.
|
