Streams: fix typo "consumer".

This commit is contained in:
antirez 2018-07-10 12:04:31 +02:00
parent 39ae0c9d43
commit 01d2f98f1e

View File

@ -404,7 +404,7 @@ void handleClientsBlockedOnKeys(void) {
streamID start = *gt; streamID start = *gt;
start.seq++; /* Can't overflow, it's an uint64_t */ start.seq++; /* Can't overflow, it's an uint64_t */
/* Lookup the consuemr for the group, if any. */ /* Lookup the consumer for the group, if any. */
streamConsumer *consumer = NULL; streamConsumer *consumer = NULL;
if (group) { if (group) {
consumer = streamLookupConsumer(group, consumer = streamLookupConsumer(group,