Corrected several misspellings of the word "losing".

This commit is contained in:
Brendan McAdams 2016-01-15 20:20:15 -08:00
parent ecc916abfd
commit 269a3b3647
6 changed files with 8 additions and 8 deletions

View file

@ -136,7 +136,7 @@ object Receiver {
class Receiver extends Actor {
/**
* Simulate loosing 75% of all messages on the receiving end. We want to see the redelivery in action!
* Simulate losing 75% of all messages on the receiving end. We want to see the redelivery in action!
*/
def shouldSendAck = ThreadLocalRandom.current.nextDouble() < 0.25