diff --git a/src/t_stream.c b/src/t_stream.c index dc6ac8c61..3352b5b30 100644 --- a/src/t_stream.c +++ b/src/t_stream.c @@ -966,7 +966,7 @@ void xaddCommand(client *c) { &id, id_given ? &id : NULL) == C_ERR) { - addReplyError(c,"The ID specified in XADD is smaller than the " + addReplyError(c,"The ID specified in XADD is equal or smaller than the " "target stream top item"); return; }