Streams: fix typo "consumer".

This commit is contained in:
antirez 2018-07-10 12:04:31 +02:00
parent a8c1bb310e
commit 28e95c7c52

View File

@ -404,7 +404,7 @@ void handleClientsBlockedOnKeys(void) {
streamID start = *gt;
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;
if (group) {
consumer = streamLookupConsumer(group,