From 6da2bc96e210dba081328d9b24f466cea6047826 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 16 Mar 2021 23:41:45 +0900 Subject: [PATCH] Fix typo in t_stream.c (#8592) arguements -> arguments --- src/t_stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/t_stream.c b/src/t_stream.c index 18138bec5..da4198886 100644 --- a/src/t_stream.c +++ b/src/t_stream.c @@ -861,7 +861,7 @@ int64_t streamTrimByID(stream *s, streamID minid, int approx) { return streamTrim(s, &args); } -/* Parse the arguements of XADD/XTRIM. +/* Parse the arguments of XADD/XTRIM. * * See streamAddTrimArgs for more details about the arguments handled. *