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