diff --git a/redis.conf b/redis.conf index 0f1214fc..5e5362bb 100644 --- a/redis.conf +++ b/redis.conf @@ -477,7 +477,7 @@ replica-priority 100 # # Port: The port is communicated by the replica during the replication # handshake, and is normally the port that the replica is using to -# list for connections. +# listen for connections. # # However when port forwarding or Network Address Translation (NAT) is # used, the replica may be actually reachable via different IP and port diff --git a/src/t_stream.c b/src/t_stream.c index 40e0c84b..a4d0efe1 100644 --- a/src/t_stream.c +++ b/src/t_stream.c @@ -1641,7 +1641,7 @@ uint64_t streamDelConsumer(streamCG *cg, sds name) { * ----------------------------------------------------------------------- */ /* XGROUP CREATE - * XGROUP SETID + * XGROUP SETID * XGROUP DESTROY * XGROUP DELCONSUMER */ void xgroupCommand(client *c) {