Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesnil committed Nov 30, 2012
1 parent 89501f6 commit de5ff8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public static void main(String[] args) throws Exception {
producer.send(message);
}

// Then receive the same number of messaes that were sent
// Then receive the same number of messages that were sent
for (int i = 0; i < count; i++) {
message = (TextMessage) consumer.receive(5000);
log.info("Received message with content " + message.getText());
Expand Down

0 comments on commit de5ff8e

Please sign in to comment.