mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 08:00:49 +00:00
Fixed typo in comment: "te" -> "the".
This commit is contained in:
parent
179e54d2a9
commit
4cba71e898
@ -618,7 +618,7 @@ void freeClient(redisClient *c) {
|
||||
/* We lost connection with our master, force our slaves to resync
|
||||
* with us as well to load the new data set.
|
||||
*
|
||||
* If server.masterhost is NULL te user called SLAVEOF NO ONE so
|
||||
* If server.masterhost is NULL the user called SLAVEOF NO ONE so
|
||||
* slave resync is not needed. */
|
||||
if (server.masterhost != NULL) disconnectSlaves();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user