antirez / disque

Disque is a distributed message broker
BSD 3-Clause "New" or "Revised" License
8.01k stars 537 forks source link

Correct typo introduced in 4d122a9 #149

Closed joeyates closed 8 years ago

joeyates commented 8 years ago

As per your indication, this PR fixes my typo.

chrismeyersfsu commented 8 years ago

:+1: It's a bit hard to see in the git diff.

when messages are re-issued because not they are acknowledged, because of nodes local clock drifts

becomes

when messages are re-issued because they are not acknowledged, because of nodes local clock drifts

joeyates commented 8 years ago

Yes, the "word diff" is:

because[-not-] they are {+not+} acknowledged
antirez commented 8 years ago

Thanks!