Unverified Commit 6da2bc96 authored by Ikko Ashimine's avatar Ikko Ashimine Committed by GitHub
Browse files

Fix typo in t_stream.c (#8592)

arguements -> arguments
parent 95360c2e
...@@ -861,7 +861,7 @@ int64_t streamTrimByID(stream *s, streamID minid, int approx) { ...@@ -861,7 +861,7 @@ int64_t streamTrimByID(stream *s, streamID minid, int approx) {
return streamTrim(s, &args); 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. * See streamAddTrimArgs for more details about the arguments handled.
* *
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment