diff --git a/src/module.c b/src/module.c index 05bf3a275..9a3fb95ce 100644 --- a/src/module.c +++ b/src/module.c @@ -2175,8 +2175,8 @@ int RM_GetContextFlags(RedisModuleCtx *ctx) { return flags; } -/* Returns true if some client sent the CLIENT PAUSE command to the server or - * if Redis Cluster is doing a manual failover, and paused tue clients. +/* Returns true if a client sent the CLIENT PAUSE command to the server or + * if Redis Cluster does a manual failover, pausing the clients. * This is needed when we have a master with replicas, and want to write, * without adding further data to the replication channel, that the replicas * replication offset, match the one of the master. When this happens, it is