Fix typo and (hopefully) slightly improve comment readability (#8834)

This commit is contained in:
Uri Shachar 2021-04-21 13:42:46 +03:00 committed by GitHub
parent 8636c3e003
commit 9fab26904f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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