Fix typo in t_stream.c (#8592)

arguements -> arguments
This commit is contained in:
Ikko Ashimine
2021-03-16 23:41:45 +09:00
committed by GitHub
parent 95360c2e0c
commit 6da2bc96e2

View File

@@ -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.
*