Commit 28e95c7c authored by antirez's avatar antirez
Browse files

Streams: fix typo "consumer".

parent a8c1bb31
...@@ -404,7 +404,7 @@ void handleClientsBlockedOnKeys(void) { ...@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment