Streams: fix typo "consumer".
This commit is contained in:
parent
39ae0c9d43
commit
01d2f98f1e
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user