From 01d2f98f1e6ad4e78c5bf6d71af6ff1a276f6330 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 10 Jul 2018 12:04:31 +0200 Subject: [PATCH] Streams: fix typo "consumer". --- src/blocked.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blocked.c b/src/blocked.c index 2a349f0a4..e722a4e83 100644 --- a/src/blocked.c +++ b/src/blocked.c @@ -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,