summaryrefslogtreecommitdiff
path: root/src/t_stream.c
diff options
context:
space:
mode:
authorAndy Pan <panjf2000@gmail.com>2021-04-27 19:25:02 +0800
committerGitHub <noreply@github.com>2021-04-27 14:25:02 +0300
commit3d56be3788a68d81ddb259197b0b2f4149bd94cb (patch)
treee4b4c8642a198f389405ecac9fbd9fc3ad0d7cc6 /src/t_stream.c
parent93e775069959c741b3719a9e85cbe0a82478959c (diff)
downloadredis-3d56be3788a68d81ddb259197b0b2f4149bd94cb.tar.gz
Fixes some typos (#8874)
Diffstat (limited to 'src/t_stream.c')
-rw-r--r--src/t_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/t_stream.c b/src/t_stream.c
index 1b2fe3262..933ab2ff0 100644
--- a/src/t_stream.c
+++ b/src/t_stream.c
@@ -1376,7 +1376,7 @@ void streamPropagateXCLAIM(client *c, robj *key, streamCG *group, robj *groupnam
decrRefCount(argv[13]);
}
-/* We need this when we want to propoagate the new last-id of a consumer group
+/* We need this when we want to propagate the new last-id of a consumer group
* that was consumed by XREADGROUP with the NOACK option: in that case we can't
* propagate the last ID just using the XCLAIM LASTID option, so we emit
*